Skip to content

Commit

Permalink
Update the default gestures actions (#11725)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximeno committed Jun 25, 2023
1 parent 4411bfe commit 902633f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/org.cinnamon.gestures.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
</key>

<key name="swipe-left-3" type="s">
<default>'MEDIA_NEXT'</default>
<default>'WORKSPACE_NEXT'</default>
</key>
<key name="swipe-right-3" type="s">
<default>'MEDIA_PREVIOUS'</default>
<default>'WORKSPACE_PREVIOUS'</default>
</key>
<key name="swipe-up-3" type="s">
<default>'VOLUME_UP'</default>
<default>'TOGGLE_EXPO'</default>
</key>
<key name="swipe-down-3" type="s">
<default>'VOLUME_DOWN'</default>
<default>'TOGGLE_OVERVIEW'</default>
</key>

<key name="swipe-left-4" type="s">
Expand All @@ -51,10 +51,10 @@
<default>'WINDOW_WORKSPACE_NEXT'</default>
</key>
<key name="swipe-up-4" type="s">
<default>'TOGGLE_EXPO'</default>
<default>'VOLUME_UP'</default>
</key>
<key name="swipe-down-4" type="s">
<default>'TOGGLE_OVERVIEW'</default>
<default>'VOLUME_DOWN'</default>
</key>

<key name="swipe-left-5" type="s">
Expand Down

0 comments on commit 902633f

Please sign in to comment.