mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
imcontext: Ignore more keysyms
It finally dawned on my that #3673 is just another case of unexpected keysyms getting sent our way via fringe XKB features. Ignore them all!
This commit is contained in:
parent
b3d6202833
commit
073c40c738
@ -91,6 +91,8 @@ static GSList *global_tables;
|
||||
|
||||
static const guint16 gtk_compose_ignore[] = {
|
||||
0, /* Yes, XKB will send us key press events with NoSymbol :( */
|
||||
GDK_KEY_Overlay1_Enable,
|
||||
GDK_KEY_Overlay2_Enable,
|
||||
GDK_KEY_Shift_L,
|
||||
GDK_KEY_Shift_R,
|
||||
GDK_KEY_Control_L,
|
||||
|
Loading…
Reference in New Issue
Block a user