Skip to content

Instantly share code, notes, and snippets.

@circus2271
Forked from alisafariir/gsettings.bash
Created April 26, 2023 19:59
Show Gist options
  • Save circus2271/ac1d55fc102f4b627c1e6ebe416ba063 to your computer and use it in GitHub Desktop.
Save circus2271/ac1d55fc102f4b627c1e6ebe416ba063 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']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment