Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sabrysuleiman/2723670368706448b3c58fb630e4f663 to your computer and use it in GitHub Desktop.
Save sabrysuleiman/2723670368706448b3c58fb630e4f663 to your computer and use it in GitHub Desktop.
Switching language shortcut (Alt + Shift) in ubuntu
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Alt>Shift_R']"
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