Created
August 20, 2016 19:45
-
-
Save rm1138/a7ea0e45603df34c4fb9483c2a7b57b5 to your computer and use it in GitHub Desktop.
This file contains 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="UP"> | |
<action type="SEND_KEYS">Control+Alt+Down</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="DOWN"> | |
<action type="SEND_KEYS">Control+Shift+Down</action> | |
</gesture> | |
<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="TAP" fingers="4" direction=""> | |
<action type="SEND_KEYS">Control+w</action> | |
</gesture> | |
<gesture type="TAP" fingers="5" direction=""> | |
<action type="SEND_KEYS">Control+Alt+Up</action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="ALL"> | |
<action type="SCROLL">SPEED=1:INVERTED=true</action> | |
</gesture> | |
<gesture type="TAP" fingers="2" direction=""> | |
<action type="MOUSE_CLICK">BUTTON=3</action> | |
</gesture> | |
<gesture type="TAP" fingers="3" direction=""> | |
<action type="MOUSE_CLICK">BUTTON=2</action> | |
</gesture> | |
</application> | |
<application name="google-chrome, Nemo"> | |
<gesture type="DRAG" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">Alt+Right</action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">Alt+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="LEFT"> | |
<action type="SEND_KEYS">Control+Tab</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="RIGHT"> | |
<action type="SEND_KEYS">Control+Shift+Tab</action> | |
</gesture> | |
</application> | |
</touchégg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment