Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 595 Bytes

gnome-keybindings.md

File metadata and controls

22 lines (15 loc) · 595 Bytes

gnome-keybindings

Set switch-input-source to Alt+Shift open terminal and run:

  • Set switch-input-source switch to Shift+Alt LEFT
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']"
  • set switch-input-source-backward to Alt+Shift LEFT
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']"

to view current keybindings run:

gsettings get org.gnome.desktop.wm.keybindings switch-input-source
gsettings get org.gnome.desktop.wm.keybindings switch-input-source-backward