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']"
@alisafariir
Copy link
Author

These two commands make it possible to change the keyboard language from the shift and alt keys, either on the left side of the keyboard or on the right side of the keyboard, just like in Windows.

@circus2271
Copy link

bravo

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