forked from AuroraMiddleware/gtk
Merge branch 'ignore-nosymbol-press' into 'master'
imcontext: Ignore NoSymbol key events Closes #3973 See merge request GNOME/gtk!3591
This commit is contained in:
commit
264d08abc4
@ -90,6 +90,7 @@ G_LOCK_DEFINE_STATIC (global_tables);
|
||||
static GSList *global_tables;
|
||||
|
||||
static const guint16 gtk_compose_ignore[] = {
|
||||
0, /* Yes, XKB will send us key press events with NoSymbol :( */
|
||||
GDK_KEY_Shift_L,
|
||||
GDK_KEY_Shift_R,
|
||||
GDK_KEY_Control_L,
|
||||
|
Loading…
Reference in New Issue
Block a user