mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
meta_display_get_keybinding_action: strip out uninteresting modifiers
That is, don't consider the state of num lock, xkb group number, etc, when looking up keybindings. https://bugzilla.gnome.org/show_bug.cgi?id=613278
This commit is contained in:
parent
1465895ff7
commit
1abed05413
@ -517,6 +517,7 @@ meta_display_get_keybinding_action (MetaDisplay *display,
|
||||
{
|
||||
MetaKeyBinding *binding;
|
||||
|
||||
mask = mask & 0xff & ~display->ignored_modifier_mask;
|
||||
binding = display_get_keybinding (display, keysym, keycode, mask);
|
||||
|
||||
if (binding)
|
||||
|
Loading…
Reference in New Issue
Block a user