Skip to content

Instantly share code, notes, and snippets.

@seyDoggy
Created November 26, 2015 01:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seyDoggy/398619ff06d90c31085a to your computer and use it in GitHub Desktop.
Save seyDoggy/398619ff06d90c31085a to your computer and use it in GitHub Desktop.
My working touchegg config for Elementary OS Freya
<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>
@lijunle
Copy link

lijunle commented Mar 6, 2016

Hi, how do you make the touchegg work in freya? I compiled the source and tried couples of config, not works :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment