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.
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:
check_output( ['gsettings' , 'set', 'org.gnome. desktop. input-sources' , 'current', '0'])
from subprocess import check_output
Keyboard Second Layout: output( ['gsettings' , 'set', 'org.gnome. desktop. input-sources' , 'current', '1'])
from subprocess import check_output
check_
Works well with XMind. Gedit search input still lose focus on layout switch.