mirror of
https://github.com/elementary/gala.git
synced 2025-01-05 17:43:00 +03:00
Set Super + Space
to switch keyboard layout by default (#1878)
Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
This commit is contained in:
parent
09e09792be
commit
a6630251b5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user