mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
- Added early support for app switching on Gnome
This commit is contained in:
@@ -4,3 +4,6 @@ setxkbmap -option
|
||||
# force command to run silently and report true
|
||||
killall xbindkeys > /dev/null 2>&1 || :
|
||||
# rm /tmp/kinto/caret
|
||||
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Alt>Tab']"
|
||||
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Alt>Tab']"
|
||||
|
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