mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-10 21:07:42 +02:00
- Added early support for app switching on Gnome
This commit is contained in:
10
system-config/system_hotkeys.sh
Executable file
10
system-config/system_hotkeys.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$1" = "term" ];
|
||||
then
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Shift><Control>Tab']"
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['']"
|
||||
else
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Control>Tab']"
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Control>Tab']"
|
||||
fi
|
Reference in New Issue
Block a user