Bug still exists in 15.10. It is extremelly annoying.
Possible workaround:
* Install autokey, add to Startup applications. It handles shortcuts using X
Window System instead of Gnome.
* Add custom scripts to autokey and set shortcuts for them
Keyboard First Layout:
from subprocess import check_output
check_output(['gsettings', 'set', 'org.gnome.desktop.input-sources',
'current', '0'])
Keyboard Second Layout:
from subprocess import check_output
check_output(['gsettings', 'set', 'org.gnome.desktop.input-sources',
'current', '1'])
Works well with XMind. Gedit search input still lose focus on layout
switch.
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1244090
Title:
Pressing any global keyboard shortcut causes temporary loss of focus
To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1244090/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~compiz
Post to : [email protected]
Unsubscribe : https://launchpad.net/~compiz
More help : https://help.launchpad.net/ListHelp