Alberts Muktupāvels 0d41399fed backend-x11: Ensure the Xkb group index remains properly set
Ubuntu ships a patch in the X server that makes the group switch
keybindings only work on key release, i.e. the X server internal group
locking happens on key release which means that mutter gets the
XKB_KEY_ISO_Next_Group key press event, does its XLockGroup() call
with a new index and then, on key release, the X server moves the
index further again.

We can work around this without affecting our behavior in unpatched X
servers by doing a XLockGroup() every time we're notified of the
locked group changing if it doesn't match what we requested.

https://bugzilla.gnome.org/show_bug.cgi?id=756543
2015-10-23 14:16:59 +02:00
2015-07-06 00:52:18 -07:00
2015-10-22 19:12:28 +02:00
2014-03-18 20:37:35 -04:00
2015-08-10 17:23:23 +02:00
2015-10-15 19:06:54 +02:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2015-10-15 19:06:54 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%