mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
Revert "backends/x11: Do not reload keymap on new keyboard notifications"
This reverts commit b01edc22f3cf816ec2bbc4e777fb44525a8456a8. It breaks keybindings on certain physical keyboard layouts. Closes: https://gitlab.gnome.org/GNOME/mutter/issues/822
This commit is contained in:
parent
b5f50028f2
commit
ce86f90efb
@ -356,6 +356,7 @@ handle_host_xevent (MetaBackend *backend,
|
||||
{
|
||||
switch (xkb_ev->any.xkb_type)
|
||||
{
|
||||
case XkbNewKeyboardNotify:
|
||||
case XkbMapNotify:
|
||||
keymap_changed (backend);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user