[mutter] wayland: Use Super+Escape to re-enable shortcuts



commit 6c21a22e4dfeda4e10333e310fc64b36d05ed6ae
Author: Olivier Fourdan <ofourdan redhat com>
Date:   Fri Nov 10 09:15:15 2017 +0100

    wayland: Use Super+Escape to re-enable shortcuts
    
    Change the default key combo to re-enable normal keyboard shortcuts
    processing while a shortcut inhibitor is in effect to Super+Escape as
    primary system modifier key should be Super.
    
    This should reduce the risk of potential conflict with other shortcuts.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789386

 data/org.gnome.mutter.wayland.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.mutter.wayland.gschema.xml.in b/data/org.gnome.mutter.wayland.gschema.xml.in
index e8ee1cc..f85e7b7 100644
--- a/data/org.gnome.mutter.wayland.gschema.xml.in
+++ b/data/org.gnome.mutter.wayland.gschema.xml.in
@@ -50,7 +50,7 @@
       <summary>Switch to VT 12</summary>
     </key>
     <key name="restore-shortcuts" type="as">
-      <default><![CDATA[['<Shift><Control>Escape']]]></default>
+      <default><![CDATA[['<Super>Escape']]]></default>
       <summary>Re-enable shortcuts</summary>
     </key>
   </schema>


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