[gsettings-desktop-schemas] schemas: Add new 'switch-applications' keybinding
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] schemas: Add new 'switch-applications' keybinding
- Date: Wed, 5 Dec 2012 18:09:18 +0000 (UTC)
commit 0f7a29d6d339f39f0003403a677ebc55ce50c26d
Author: Florian MÃllner <fmuellner gnome org>
Date: Fri Nov 23 01:10:34 2012 +0100
schemas: Add new 'switch-applications' keybinding
GNOME Shell currently uses the 'switch-windows' keybinding for its
application switcher, although it does not switch between windows
but applications (duh!).
Add a new dedicated keybinding instead, which will free 'switch-windows'
to be used for window switching again. People unhappy with the Shell's
alt-tab popup may then use it instead of (or in addition to!) the
application-based switcher.
https://bugzilla.gnome.org/show_bug.cgi?id=688913
....gnome.desktop.wm.keybindings.gschema.xml.in.in | 12 ++++++++++--
schemas/wm-schemas.convert | 6 ++++--
2 files changed, 14 insertions(+), 4 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 d0b7ec3..c21b005 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -75,14 +75,22 @@
<default>[]</default>
<_summary>Reverse switch windows of an application</_summary>
</key>
- <key name="switch-windows" type="as">
+ <key name="switch-applications" type="as">
<default><![CDATA[['<Alt>Tab']]]></default>
<_summary>Switch applications</_summary>
</key>
- <key name="switch-windows-backward" type="as">
+ <key name="switch-applications-backward" type="as">
<default>[]</default>
<_summary>Reverse switch applications</_summary>
</key>
+ <key name="switch-windows" type="as">
+ <default>[]</default>
+ <_summary>Switch windows</_summary>
+ </key>
+ <key name="switch-windows-backward" type="as">
+ <default>[]</default>
+ <_summary>Reverse switch windows</_summary>
+ </key>
<key name="switch-panels" type="as">
<default><![CDATA[['<Control><Alt>Tab']]]></default>
<_summary>Switch system controls</_summary>
diff --git a/schemas/wm-schemas.convert b/schemas/wm-schemas.convert
index 893678c..ba13dba 100644
--- a/schemas/wm-schemas.convert
+++ b/schemas/wm-schemas.convert
@@ -43,8 +43,10 @@ switch-to-workspace-up = /apps/metacity/global_keybindings/switch_to_workspace_u
switch-to-workspace-down = /apps/metacity/global_keybindings/switch_to_workspace_down
switch-group = /apps/metacity/global_keybindings/switch_group
switch-group-backward = /apps/metacity/global_keybindings/switch_group_backward
-switch-windows = /apps/metacity/global_keybindings/switch_windows
-switch-windows-backward = /apps/metacity/global_keybindings/switch_windows_backward
+# new keybinding for the Shell's default alt-tab popup; switch-windows is
+# now unset by default
+switch-applications = /apps/metacity/global_keybindings/switch_windows
+switch-applications-backward = /apps/metacity/global_keybindings/switch_windows_backward
switch-panels = /apps/metacity/global_keybindings/switch_panels
switch-panels-backward = /apps/metacity/global_keybindings/switch_panels_backward
cycle-group = /apps/metacity/global_keybindings/cycle_group
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]