[gsettings-desktop-schemas] schemas: Add super-based workspace navigation shortcuts
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] schemas: Add super-based workspace navigation shortcuts
- Date: Wed, 27 Jan 2021 22:18:07 +0000 (UTC)
commit d21183e69a935d995cf8ad64516fb05e80c03f38
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jan 26 22:17:44 2021 +0100
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).
schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in | 8 ++++----
1 file 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">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]