gnome-shell/js/ui/status
Rui Matos cd7197e605 status/keyboard: Synchronize input source switching with key events
Currently we simply set the gsettings key when activating an input
source. This obviously introduces a time window, between the event that
activates the switch and when the switch is complete, under which key
events are being delivered to applications and interpreted according
to the previous input source.

The patches in bug 696996 introduce a DBus API in g-s-d that allows us
to know when an input source if effectively active. Using that and
freezing keyboard events in the X server until we hear back from g-s-d
we can ensure that events won't be misinterpreted after an input
source switch.

https://bugzilla.gnome.org/show_bug.cgi?id=697007
2013-05-24 23:57:47 +02:00
..
accessibility.js Revert "Make it possible to always show the a11y status" 2013-04-15 18:39:44 -04:00
bluetooth.js js: Use proper Unicode ellipsis (…) instead of three dots 2013-02-12 17:05:00 -05:00
keyboard.js status/keyboard: Synchronize input source switching with key events 2013-05-24 23:57:47 +02:00
lockScreenMenu.js lockScreenMenu: Construct actual panel icons much more accurately 2012-12-21 12:28:00 -05:00
network.js network: Fix stupid typo 2013-05-15 17:48:21 +02:00
power.js js: Use proper Unicode ellipsis (…) instead of three dots 2013-02-12 17:05:00 -05:00
volume.js volume: Adjust to icon name changes 2013-05-14 14:28:34 +02:00