[gsettings-desktop-schemas] schemas: Add switch to last/first workspace keybindings
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] schemas: Add switch to last/first workspace keybindings
- Date: Wed, 16 Apr 2014 19:37:13 +0000 (UTC)
commit 4435ee4575ad6e6162841486bcc89b94957f62e6
Author: Elad Alfassa <elad fedoraproject org>
Date: Fri May 17 15:04:44 2013 +0300
schemas: Add switch to last/first workspace keybindings
It makes sense to have <super>+Home to switch to the first workspace by
default, because we already have <super>+pgup and <super>+pgdn to switch
worsplaces relatively.
It also makes sense to have <super>+End to switch to the last workspace, which
varies when using dynamic workspaces.
https://bugzilla.gnome.org/show_bug.cgi?id=659288
....gnome.desktop.wm.keybindings.gschema.xml.in.in | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
index 4db8799..1098ba7 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -4,7 +4,7 @@
path="/org/gnome/desktop/wm/keybindings/"
gettext-domain="@GETTEXT_PACKAGE@">
<key name="switch-to-workspace-1" type="as">
- <default>[]</default>
+ <default><![CDATA[['<Super>Home']]]></default>
<_summary>Switch to workspace 1</_summary>
</key>
<key name="switch-to-workspace-2" type="as">
@@ -67,6 +67,10 @@
<default><![CDATA[['<Super>Page_Down','<Control><Alt>Down']]]></default>
<_summary>Switch to workspace below</_summary>
</key>
+ <key name="switch-to-workspace-last" type="as">
+ <default><![CDATA[['<Super>End']]]></default>
+ <_summary>Switch to last workspace</_summary>
+ </key>
<key name="switch-group" type="as">
<default><![CDATA[['<Super>Above_Tab','<Alt>Above_Tab']]]></default>
<_summary>Switch windows of an application</_summary>
@@ -188,7 +192,7 @@
<_summary>Toggle window on all workspaces or one</_summary>
</key>
<key name="move-to-workspace-1" type="as">
- <default>[]</default>
+ <default><![CDATA[['<Super><Shift>Home']]]></default>
<_summary>Move window to workspace 1</_summary>
</key>
<key name="move-to-workspace-2" type="as">
@@ -235,6 +239,10 @@
<default>[]</default>
<_summary>Move window to workspace 12</_summary>
</key>
+ <key name="move-to-workspace-last" type="as">
+ <default><![CDATA[['<Super><Shift>End']]]></default>
+ <_summary>Move window to last workspace</_summary>
+ </key>
<key name="move-to-workspace-left" type="as">
<default><![CDATA[['<Control><Shift><Alt>Left']]]></default>
<_summary>Move window one workspace to the left</_summary>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]