1
0
Fork 0

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
This commit is contained in:
Olivier Fourdan 2017-11-10 09:15:15 +01:00
parent 0add6f62b6
commit 6c21a22e4d

View file

@ -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>