Merge branch 'imcontext-ignore-more-3' into 'gtk-3-24'

imcontext: Ignore more keysyms

See merge request GNOME/gtk!3636
This commit is contained in:
Matthias Clasen
2021-06-05 02:08:18 +00:00

View File

@@ -86,6 +86,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,