mirror of
https://github.com/brl/mutter.git
synced 2025-03-13 14:55:05 +00:00
keybindings: Mark "locate-pointer" key as "no-auto-grab"
Mark the keybinding for locate-pointer as "no-auto-grab" so we don't automatically redo the grab. https://gitlab.gnome.org/GNOME/mutter/merge_requests/685
This commit is contained in:
parent
7738316dff
commit
9c8ff5dbe8
@ -4462,7 +4462,7 @@ meta_display_init_keys (MetaDisplay *display)
|
||||
|
||||
handler = g_new0 (MetaKeyHandler, 1);
|
||||
handler->name = g_strdup ("locate-pointer-key");
|
||||
handler->flags = META_KEY_BINDING_BUILTIN;
|
||||
handler->flags = META_KEY_BINDING_BUILTIN | META_KEY_BINDING_NO_AUTO_GRAB;
|
||||
|
||||
g_hash_table_insert (key_handlers, g_strdup (handler->name), handler);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user