Home
last modified time | relevance | path

Searched refs:may_remove_shift_modifier (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc2.pro31 int may_remove_shift_modifier(int modifiers, int key);
/vim-8.2.3635/src/
H A Dmisc2.c1512 may_remove_shift_modifier(int modifiers, int key) in may_remove_shift_modifier() function
H A Dgui_x11.c966 modifiers = may_remove_shift_modifier(modifiers, key); in gui_x11_key_hit_cb()
H A Dterm.c4907 modifiers = may_remove_shift_modifier(modifiers, key); in handle_key_with_modifier()
H A Dgui_gtk_x11.c1143 modifiers = may_remove_shift_modifier(modifiers, key); in key_press_event()
H A Dgui_w32.c845 modifiers = may_remove_shift_modifier(modifiers, ch); in _OnSysChar()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt47435 may_remove_shift_modifier() and also use it in the GUI.