Skip to content

Instantly share code, notes, and snippets.

@suenot
Last active August 29, 2015 14:24
Show Gist options
  • Save suenot/abbc42d2d8034a6470f9 to your computer and use it in GitHub Desktop.
Save suenot/abbc42d2d8034a6470f9 to your computer and use it in GitHub Desktop.
Смена раскладки в elementary

Для переключения по Alt+Shift

gsettings set org.pantheon.desktop.gala.keybindings switch-input-source "['<Alt>Shift_L', '<Alt>Shift_R', '<Shift>Alt_L', '<Shift>Alt_R']"

Для переключения по Ctrl+Shift

gsettings set org.pantheon.desktop.gala.keybindings switch-input-source "['<Ctrl>Shift_L', '<Ctrl>>Shift_R', '<Shift>Control_L', '<Shift>Control_R']"

Для переключения по Caps Lock

gsettings set org.pantheon.desktop.gala.keybindings switch-input-source "['Caps_Lock']"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment