[gsettings-desktop-schemas] schemas: Use pgUp/Down shortcuts for horizontal workspace switching
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] schemas: Use pgUp/Down shortcuts for horizontal workspace switching
- Date: Wed, 27 Jan 2021 22:18:07 +0000 (UTC)
commit a7b057cde57a6509a91fd80b492460a036a04ade
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jan 26 22:12:24 2021 +0100
schemas: Use pgUp/Down shortcuts for horizontal workspace switching
The default workspace layout will become horizontal in GNOME 40,
so it makes sense that the more convenient two-key combinations are
used for the horizonal operations.
schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
index 4029a10..a408a53 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
@@ -52,19 +52,19 @@
<summary>Switch to workspace 12</summary>
</key>
<key name="switch-to-workspace-left" type="as">
- <default><![CDATA[['<Control><Alt>Left']]]></default>
+ <default><![CDATA[['<Super>Page_Up','<Control><Alt>Left']]]></default>
<summary>Switch to workspace left</summary>
</key>
<key name="switch-to-workspace-right" type="as">
- <default><![CDATA[['<Control><Alt>Right']]]></default>
+ <default><![CDATA[['<Super>Page_Down','<Control><Alt>Right']]]></default>
<summary>Switch to workspace right</summary>
</key>
<key name="switch-to-workspace-up" type="as">
- <default><![CDATA[['<Super>Page_Up','<Control><Alt>Up']]]></default>
+ <default><![CDATA[['<Control><Alt>Up']]]></default>
<summary>Switch to workspace above</summary>
</key>
<key name="switch-to-workspace-down" type="as">
- <default><![CDATA[['<Super>Page_Down','<Control><Alt>Down']]]></default>
+ <default><![CDATA[['<Control><Alt>Down']]]></default>
<summary>Switch to workspace below</summary>
</key>
<key name="switch-to-workspace-last" type="as">
@@ -244,19 +244,19 @@
<summary>Move window to last workspace</summary>
</key>
<key name="move-to-workspace-left" type="as">
- <default><![CDATA[['<Control><Shift><Alt>Left']]]></default>
+ <default><![CDATA[['<Super><Shift>Page_Up','<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[['<Control><Shift><Alt>Right']]]></default>
+ <default><![CDATA[['<Super><Shift>Page_Down','<Control><Shift><Alt>Right']]]></default>
<summary>Move window one workspace to the right</summary>
</key>
<key name="move-to-workspace-up" type="as">
- <default><![CDATA[['<Super><Shift>Page_Up','<Control><Shift><Alt>Up']]]></default>
+ <default><![CDATA[['<Control><Shift><Alt>Up']]]></default>
<summary>Move window one workspace up</summary>
</key>
<key name="move-to-workspace-down" type="as">
- <default><![CDATA[['<Super><Shift>Page_Down','<Control><Shift><Alt>Down']]]></default>
+ <default><![CDATA[['<Control><Shift><Alt>Down']]]></default>
<summary>Move window one workspace down</summary>
</key>
<key name="move-to-monitor-left" type="as">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]