Skip to content

Instantly share code, notes, and snippets.

@ekkinox
Created November 14, 2018 10:46
Show Gist options
  • Save ekkinox/b42d2998794da6dfa9511d04b1d53c36 to your computer and use it in GitHub Desktop.
Save ekkinox/b42d2998794da6dfa9511d04b1d53c36 to your computer and use it in GitHub Desktop.
<touchégg>
<settings>
<property name="composed_gestures_time">0</property>
</settings>
<application name="All">
<gesture type="DRAG" fingers="4" direction="LEFT">
<action type="SEND_KEYS">Control+Alt+Right</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="RIGHT">
<action type="SEND_KEYS">Control+Alt+Left</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="UP">
<action type="SEND_KEYS">Control+Alt+Up</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="DOWN">
<action type="SEND_KEYS">Control+Alt+Down</action>
</gesture>
</application>
</touchégg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment