Created
November 26, 2015 01:37
-
-
Save seyDoggy/398619ff06d90c31085a to your computer and use it in GitHub Desktop.
My working touchegg config for Elementary OS Freya
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">111</property> | |
</settings> | |
<application name="All"> | |
<gesture type="DRAG" fingers="4" direction="DOWN"> | |
<action type="SEND_KEYS">Super+a</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="UP"> | |
<action type="SEND_KEYS">Super+s</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="RIGHT"> | |
<action type="SEND_KEYS">Super+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="LEFT"> | |
<action type="SEND_KEYS">Super+Right</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="ALL"> | |
<action type="DRAG_AND_DROP">BUTTON=1</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="ALL"> | |
<action type="MOUSE_CLICK">BUTTON=1</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="ALL"> | |
<action type="MOVE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="ALL"> | |
<action type="SCROLL">SPEED=7:INVERTED=true</action> | |
</gesture> | |
<gesture type="PINCH" fingers="2" direction="IN"> | |
<action type="SEND_KEYS">Control+minus</action> | |
</gesture> | |
<gesture type="PINCH" fingers="2" direction="OUT"> | |
<action type="SEND_KEYS">Control+plus</action> | |
</gesture> | |
<gesture type="TAP" fingers="2" direction=""> | |
<action type="MOUSE_CLICK">BUTTON=3</action> | |
</gesture> | |
<gesture type="TAP" fingers="1" direction=""> | |
<action type="MOUSE_CLICK">BUTTON=1</action> | |
</gesture> | |
</application> | |
<application name="Gwenview, Shotwell, Evince"> | |
<gesture type="ROTATE" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">Control+L</action> | |
</gesture> | |
<gesture type="PINCH" fingers="2" direction="IN"> | |
<action type="SEND_KEYS">Control+KP_Add</action> | |
</gesture> | |
<gesture type="PINCH" fingers="2" direction="OUT"> | |
<action type="SEND_KEYS">Control+KP_Subtract</action> | |
</gesture> | |
<gesture type="ROTATE" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">Control+R</action> | |
</gesture> | |
</application> | |
<application name="Dolphin, Midori, Chromium-browser, Chrome, Firefox"> | |
<gesture type="DRAG" fingers="5" direction="RIGHT"> | |
<action type="SEND_KEYS">Alt+Home</action> | |
</gesture> | |
<gesture type="DRAG" fingers="5" direction="ALL"> | |
<action type="SEND_KEYS">Control+Next</action> | |
</gesture> | |
</application> | |
</touchégg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, how do you make the touchegg work in freya? I compiled the source and tried couples of config, not works :(