Skip to content

Instantly share code, notes, and snippets.

@tinytengu
Created October 3, 2022 20:14
Show Gist options
  • Save tinytengu/347456c6e8ac2f1f58473a1990ba0395 to your computer and use it in GitHub Desktop.
Save tinytengu/347456c6e8ac2f1f58473a1990ba0395 to your computer and use it in GitHub Desktop.
Gnome 22.04 switch keyboard layout on LAlt+Shift avoiding delay and other bugs
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