Skip to content

Commit

Permalink
Simplified description of keybinds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaala committed May 6, 2024
1 parent 542ca1a commit 204e86f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schemas/org.gnome.shell.extensions.paperwm.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,27 +224,27 @@

<key type="as" name="switch-global-right">
<default><![CDATA[[]]]></default>
<summary>Switch to the right window (no monitor boundary)</summary>
<summary>Switch to window or monitor to the right</summary>
</key>
<key type="as" name="switch-global-left">
<default><![CDATA[[]]]></default>
<summary>Switch to the left window (no monitor boundary)</summary>
<summary>Switch to window or monitor to the left</summary>
</key>
<key type="as" name="switch-global-up">
<default><![CDATA[[]]]></default>
<summary>Switch to the above window (no monitor boundary)</summary>
<summary>Switch to window or monitor above</summary>
</key>
<key type="as" name="switch-global-down">
<default><![CDATA[[]]]></default>
<summary>Switch to the below window (no monitor boundary)</summary>
<summary>Switch to window or monitor below</summary>
</key>
<key type="as" name="switch-up-or-else-workspace">
<default><![CDATA[[]]]></default>
<summary>Switch to the above window (no workspace boundary)</summary>
<summary>Switch window or workspace above</summary>
</key>
<key type="as" name="switch-down-or-else-workspace">
<default><![CDATA[[]]]></default>
<summary>Switch to the below window (no workspace boundary)</summary>
<summary>Switch to window or workspace below</summary>
</key>

<key type="as" name="switch-first">
Expand Down

0 comments on commit 204e86f

Please sign in to comment.