[gsettings-desktop-schemas] wm: Make '<Alt>Tab' a synonym of the default switcher
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] wm: Make '<Alt>Tab' a synonym of the default switcher
- Date: Thu, 14 Feb 2013 15:31:36 +0000 (UTC)
commit ad1bae87dd2da352d5b3f3d52ede6092c0d8a4be
Author: Florian MÃllner <fmuellner gnome org>
Date: Thu Feb 14 16:08:34 2013 +0100
wm: Make '<Alt>Tab' a synonym of the default switcher
While we generally endorse the <Super> modifier for system shortcuts,
the use of <Alt>Tab is strongly engraved in muscle memory, so leave
it as synonym for the default (application) switcher rather than
assigning it to a different action.
....gnome.desktop.wm.keybindings.gschema.xml.in.in | 4 ++--
1 files changed, 2 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 3d2a8ee..d266fe0 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -76,7 +76,7 @@
<_summary>Reverse switch windows of an application</_summary>
</key>
<key name="switch-applications" type="as">
- <default><![CDATA[['<Super>Tab']]]></default>
+ <default><![CDATA[['<Super>Tab','<Alt>Tab']]]></default>
<_summary>Switch applications</_summary>
</key>
<key name="switch-applications-backward" type="as">
@@ -84,7 +84,7 @@
<_summary>Reverse switch applications</_summary>
</key>
<key name="switch-windows" type="as">
- <default><![CDATA[['<Alt>Tab']]]></default>
+ <default>[]</default>
<_summary>Switch windows</_summary>
</key>
<key name="switch-windows-backward" type="as">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]