Skip to content

GNOME Keybindings

ضبط اختصارات لوحة المفاتيح على واجهة جنوم


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
  • to reset:
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Super>space', 'XF86Keyboard']"
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Shift><Super>space', '<Shift>XF86Keyboard']"