Last active
August 29, 2015 13:58
-
-
Save hugoroy/10009770 to your computer and use it in GitHub Desktop.
~/.config/touchegg/touchegg.conf
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="3" direction="RIGHT"> | |
<action type="SEND_KEYS">Super+Right</action> | |
</gesture> | |
<gesture type="DRAG" fingers="5" direction="DOWN"> | |
<action type="SEND_KEYS">Control+minus</action> | |
</gesture> | |
<gesture type="DRAG" fingers="5" direction="UP"> | |
<action type="SEND_KEYS">Control+Shift+equal</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="LEFT"> | |
<action type="SEND_KEYS">Super+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="UP"> | |
<action type="MAXIMIZE_RESTORE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="UP"> | |
<action type="SEND_KEYS">Super</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="DOWN"> | |
<action type="SEND_KEYS">Super+m</action> | |
</gesture> | |
<gesture type="TAP" fingers="3" direction=""> | |
<action type="MOUSE_CLICK">BUTTON=2</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="DOWN"> | |
<action type="MINIMIZE_WINDOW"></action> | |
</gesture> | |
</application> | |
<application name="Evince"> | |
<gesture type="DRAG" fingers="4" direction="LEFT"> | |
<action type="SEND_KEYS">Control+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="RIGHT"> | |
<action type="SEND_KEYS">Control+Right</action> | |
</gesture> | |
</application> | |
<application name="Firefox"> | |
<gesture type="DRAG" fingers="4" direction="LEFT"> | |
<action type="SEND_KEYS">Alt+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="RIGHT"> | |
<action type="SEND_KEYS">Alt+Right</action> | |
</gesture> | |
</application> | |
<application name="Nuvola Player, nuvolaplayer"> | |
<gesture type="DRAG" fingers="4" direction="LEFT"> | |
<action type="SEND_KEYS">Alt+Shift+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="RIGHT"> | |
<action type="SEND_KEYS">Alt+Shift+Right</action> | |
</gesture> | |
</application> | |
</touchégg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment