Skip to content

Instantly share code, notes, and snippets.

@alisafariir
Last active April 26, 2023 19:59
Show Gist options
  • Save alisafariir/fc795834d1a2bdaa5531335b9ddf215d to your computer and use it in GitHub Desktop.
Save alisafariir/fc795834d1a2bdaa5531335b9ddf215d to your computer and use it in GitHub Desktop.
Switch input language by shift and alt in ubuntu
$ gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L','<Shift>Alt_R']"
$ gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L','<Alt>Shift_R']"
@circus2271
Copy link

bravo

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