mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
0add6f62b6
commit
6c21a22e4d
@ -50,7 +50,7 @@
|
|||||||
<summary>Switch to VT 12</summary>
|
<summary>Switch to VT 12</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="restore-shortcuts" type="as">
|
<key name="restore-shortcuts" type="as">
|
||||||
<default><![CDATA[['<Shift><Control>Escape']]]></default>
|
<default><![CDATA[['<Super>Escape']]]></default>
|
||||||
<summary>Re-enable shortcuts</summary>
|
<summary>Re-enable shortcuts</summary>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
|
Loading…
Reference in New Issue
Block a user