Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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