mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
Merge branch 'imcontext-ignore-more-keysyms' into 'master'
imcontext: Ignore more keysyms See merge request GNOME/gtk!3634
This commit is contained in:
commit
4b46e11b22
@ -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