Skip to content

Commit

Permalink
Set Super + Space to switch keyboard layout by default (#1878)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
  • Loading branch information
lenemter and zeebok authored Mar 19, 2024
1 parent 09e0979 commit a663025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/gala.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a663025

Please sign in to comment.