mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
6198d389b5
Keycode lookup can fail for serveral reasons, e.g. if there is no combination of modifiers and keycodes that can produce the target keysym with the current keyboard layout. In case the keycode lookup fails, remap temporarily the keysym to an unused keycodes. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/109 (cherry-picked from commit e3e933c47a69bd137bb83b3692d105d1261d16ff)