Created
November 14, 2018 10:46
-
-
Save ekkinox/b42d2998794da6dfa9511d04b1d53c36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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