Searched refs:may_remove_shift_modifier (Results 1 – 7 of 7) sorted by relevance
31 int may_remove_shift_modifier(int modifiers, int key);
1512 may_remove_shift_modifier(int modifiers, int key) in may_remove_shift_modifier() function
966 modifiers = may_remove_shift_modifier(modifiers, key); in gui_x11_key_hit_cb()
4907 modifiers = may_remove_shift_modifier(modifiers, key); in handle_key_with_modifier()
1143 modifiers = may_remove_shift_modifier(modifiers, key); in key_press_event()
845 modifiers = may_remove_shift_modifier(modifiers, ch); in _OnSysChar()
47435 may_remove_shift_modifier() and also use it in the GUI.