Set Super + Space to switch keyboard layout by default (#1878)

Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
This commit is contained in:
Leo 2024-03-19 19:06:41 +09:00 committed by GitHub
parent 09e09792be
commit a6630251b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,7 @@
<summary>Cycle to the next workspace to the right or to back to the first</summary>
</key>
<key type="as" name="panel-main-menu">
<default><![CDATA[['<Super>space','<Alt>F2']]]></default>
<default><![CDATA[['<Alt>F2']]]></default>
<summary>Open the applications menu</summary>
</key>
<key name="screenshot" type="as">
@ -202,12 +202,12 @@
<summary>Copy a screenshot of an area to clipboard</summary>
</key>
<key type="as" name="switch-input-source">
<default><![CDATA[['']]]></default>
<default><![CDATA[['<Super>Space']]]></default>
<summary>Cycle to next keyboard layout</summary>
<description></description>
</key>
<key type="as" name="switch-input-source-backward">
<default><![CDATA[['']]]></default>
<default><![CDATA[['<Super><Shift>Space']]]></default>
<summary>Cycle to previous keyboard layout</summary>
<description></description>
</key>