36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<!-- -*- mode: xml; \-*- -->
|
|
<touchégg>
|
|
<settings>
|
|
<property name="composed_gestures_time">0</property>
|
|
</settings>
|
|
<application name="All">
|
|
<gesture type="DRAG" fingers="2" direction="ALL">
|
|
<action type="SCROLL">SPEED=7:INVERTED=true</action>
|
|
</gesture>
|
|
<gesture type="DRAG" fingers="3" direction="RIGHT">
|
|
<action type="SEND_KEYS">Super+Shift+Right</action>
|
|
</gesture>
|
|
<gesture type="DRAG" fingers="3" direction="LEFT">
|
|
<action type="SEND_KEYS">Super+Shift+Left</action>
|
|
</gesture>
|
|
<gesture type="DRAG" fingers="3" direction="UP">
|
|
<action type="SEND_KEYS">Super+Shift+Up</action>
|
|
</gesture>
|
|
<gesture type="DRAG" fingers="3" direction="DOWN">
|
|
<action type="SEND_KEYS">Super+Shift+Down</action>
|
|
</gesture>
|
|
<gesture type="PINCH" fingers="4" direction="ALL">
|
|
<action type="SEND_KEYS">Super+W</action>
|
|
</gesture>
|
|
<gesture type="PINCH" fingers="5" direction="ALL">
|
|
<action type="SEND_KEYS">Super+Shift+Q</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>
|
|
</application>
|
|
</touchégg>
|