Merge branch 'imcontext-ignore-more-keysyms' into 'master'

imcontext: Ignore more keysyms

See merge request GNOME/gtk!3634
This commit is contained in:
Matthias Clasen 2021-06-05 01:19:39 +00:00
commit 4b46e11b22

View File

@ -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,