[gsettings-desktop-schemas] Add an alternative shortcut for 'go to overview'



commit 8808a8fdba48fb55de84de3e98e081b38f2fd92d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 17 18:59:01 2013 -0400

    Add an alternative shortcut for 'go to overview'
    
    We have Alt-F1 as a shortcut for opening the overview, but
    for the reasons discussed in
    https://bugzilla.gnome.org/show_bug.cgi?id=685974
    it is a good idea to have an alternative that uses the Super
    modifier, and goes well with Super-A. This patch adds Super-S.

 ....gnome.desktop.wm.keybindings.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 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 d266fe0..a502fef 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -128,7 +128,7 @@
       <_summary>Hide all normal windows</_summary>
     </key>
     <key name="panel-main-menu" type="as">
-      <default><![CDATA[['<Alt>F1']]]></default>
+      <default><![CDATA[['<Super>s','<Alt>F1']]]></default>
       <_summary>Show the activities overview</_summary>
     </key>
     <key name="panel-run-dialog" type="as">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]