summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2017-11-10 09:15:15 +0100
committerOlivier Fourdan <ofourdan@redhat.com>2017-11-10 17:58:00 +0100
commit6c21a22e4dfeda4e10333e310fc64b36d05ed6ae (patch)
treeb5d8016ceec8e2bf4723c6a37559d06c6ab89c1b /data
parent0add6f62b6dd6b268c9d84927eb9eec535c4b392 (diff)
downloadmutter-6c21a22e4dfeda4e10333e310fc64b36d05ed6ae.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.mutter.wayland.gschema.xml.in2
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 e8ee1cca7..f85e7b7ab 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>