Skip to content

Instantly share code, notes, and snippets.

@alexanderkatkov
Created November 10, 2020 08:22
Show Gist options
  • Save alexanderkatkov/79348779903c031cfdf8e5b6dd08afe1 to your computer and use it in GitHub Desktop.
Save alexanderkatkov/79348779903c031cfdf8e5b6dd08afe1 to your computer and use it in GitHub Desktop.
Ubuntu set ALT+SHIFT shortcut for language switch
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']"
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment