Change desktop switching shortcut

master
Hugo Thunnissen 6 years ago
parent 1e743c706f
commit 53ed81a89f

@ -235,12 +235,15 @@
<!-- Keybindings for desktop switching --> <!-- Keybindings for desktop switching -->
<keybind key="C-A-Left"> <keybind key="W-S-Tab">
<action name="GoToDesktop"><to>left</to><wrap>no</wrap></action> <action name="GoToDesktop"><to>left</to><wrap>no</wrap></action>
</keybind> </keybind>
<keybind key="C-A-Right"> <keybind key="W-Tab">
<action name="GoToDesktop"><to>right</to><wrap>no</wrap></action> <action name="GoToDesktop"><to>right</to><wrap>no</wrap></action>
</keybind> </keybind>
<!-- Dunno why these are necessary?
TODO: figure this out and maybe throw this away -->
<keybind key="C-A-Up"> <keybind key="C-A-Up">
<action name="GoToDesktop"><to>up</to><wrap>no</wrap></action> <action name="GoToDesktop"><to>up</to><wrap>no</wrap></action>
</keybind> </keybind>

Loading…
Cancel
Save