summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2021-01-26 22:17:44 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-01-27 19:18:50 +0000
commitd21183e69a935d995cf8ad64516fb05e80c03f38 (patch)
treee5d4a2cb989691874b5c58516729eeecd60a7a93
parenta7b057cde57a6509a91fd80b492460a036a04ade (diff)
downloadgsettings-desktop-schemas-d21183e69a935d995cf8ad64516fb05e80c03f38.tar.gz
schemas: Add super-based workspace navigation shortcuts
The traditional ctrl+alt+arrow shortcuts are probably the last shortcuts that haven't been updated to use the super system modifier. Do that now, at least for horizontal navigation (there are different plans for super-alt-up/down for GNOME 40).
-rw-r--r--schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
index a408a53..fac6b93 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
@@ -52,11 +52,11 @@
<summary>Switch to workspace 12</summary>
</key>
<key name="switch-to-workspace-left" type="as">
- <default><![CDATA[['<Super>Page_Up','<Control><Alt>Left']]]></default>
+ <default><![CDATA[['<Super>Page_Up','<Super><Alt>Left','<Control><Alt>Left']]]></default>
<summary>Switch to workspace left</summary>
</key>
<key name="switch-to-workspace-right" type="as">
- <default><![CDATA[['<Super>Page_Down','<Control><Alt>Right']]]></default>
+ <default><![CDATA[['<Super>Page_Down','<Super><Alt>Right','<Control><Alt>Right']]]></default>
<summary>Switch to workspace right</summary>
</key>
<key name="switch-to-workspace-up" type="as">
@@ -244,11 +244,11 @@
<summary>Move window to last workspace</summary>
</key>
<key name="move-to-workspace-left" type="as">
- <default><![CDATA[['<Super><Shift>Page_Up','<Control><Shift><Alt>Left']]]></default>
+ <default><![CDATA[['<Super><Shift>Page_Up','<Super><Shift><Alt>Left','<Control><Shift><Alt>Left']]]></default>
<summary>Move window one workspace to the left</summary>
</key>
<key name="move-to-workspace-right" type="as">
- <default><![CDATA[['<Super><Shift>Page_Down','<Control><Shift><Alt>Right']]]></default>
+ <default><![CDATA[['<Super><Shift>Page_Down','<Super><Shift><Alt>Right','<Control><Shift><Alt>Right']]]></default>
<summary>Move window one workspace to the right</summary>
</key>
<key name="move-to-workspace-up" type="as">