Comment 2 for bug 1437411

Revision history for this message
Evgecyn (evgecyn-deactivatedaccount) wrote :

Same problem after Ubuntu Gnome 15.04 clean installation. Shortcut "Modifiers-only switch to next source"(allow set combinations like "Shift+Alt") works incorrect. "Switch to next input source" and "Switch to previous input source" works fine, but doesn't allow set combinations like "Shift+Alt" through GUI.

Workaround. Disable "Modifiers-only switch to next source" and manually set "Switch to next input source" and "Switch to previous input source".

gsettings set org.gnome.desktop.input-sources xkb-options "[]"
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Alt>Shift_L']"
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_R']"