Skip to content

Instantly share code, notes, and snippets.

@alejoar
Created February 4, 2017 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alejoar/631ef7025e7ae62bfbf14ab8dfc9dbce to your computer and use it in GitHub Desktop.
Save alejoar/631ef7025e7ae62bfbf14ab8dfc9dbce to your computer and use it in GitHub Desktop.
Touchegg config for Ubuntu
<touchégg>
<settings>
<property name="composed_gestures_time">111</property>
</settings>
<application name="All">
<gesture type="DRAG" fingers="1" direction="ALL">
<action type="DRAG_AND_DROP">BUTTON=1</action>
</gesture>
<gesture type="DRAG" fingers="5" direction="DOWN">
<action type="SEND_KEYS">Control+Alt+Shift+Up</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="ALL">
<action type="SCROLL">SPEED=7:INVERTED=true</action>
</gesture>
<gesture type="PINCH" fingers="4" direction="OUT">
<action type="SEND_KEYS">Super+Shift+w</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="LEFT">
<action type="SEND_KEYS">Control+Alt+Right</action>
</gesture>
<gesture type="DRAG" fingers="5" direction="UP">
<action type="SEND_KEYS">Control+Alt+Shift+Down</action>
</gesture>
<gesture type="DRAG" fingers="5" direction="RIGHT">
<action type="SEND_KEYS">Control+Alt+Shift+Left</action>
</gesture>
<gesture type="PINCH" fingers="3" direction="OUT">
<action type="SEND_KEYS">Super+w</action>
</gesture>
<gesture type="DRAG" fingers="5" direction="LEFT">
<action type="SEND_KEYS">Control+Alt+Shift+Right</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="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+Alt+Up</action>
</gesture>
<gesture type="TAP" fingers="3" direction="">
<action type="MOUSE_CLICK">BUTTON=2</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>
<gesture type="DRAG" fingers="4" direction="RIGHT">
<action type="SEND_KEYS">Control+Alt+Left</action>
</gesture>
</application>
<application name="Shotwell, Evince, Gwenview">
<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="Firefox, Dolphin, google-chrome, Chrome, Midori, Chromium-browser">
<gesture type="DRAG" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">Alt+Right</action>
</gesture>
<gesture type="DRAG" fingers="5" direction="RIGHT">
<action type="SEND_KEYS">Alt+Home</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="LEFT">
<action type="SEND_KEYS">Alt+Left</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