|
|
@@ -0,0 +1,29 @@
|
|
|
+<touchégg>
|
|
|
+
|
|
|
+ <settings>
|
|
|
+ <property name="composed_gestures_time">0</property>
|
|
|
+ </settings>
|
|
|
+
|
|
|
+ <application name="All">
|
|
|
+ <gesture type="TAP" fingers="2" direction="">
|
|
|
+ <action type="MOUSE_CLICK">BUTTON=2</action>
|
|
|
+ </gesture>
|
|
|
+
|
|
|
+ <gesture type="TAP" fingers="3" direction="">
|
|
|
+ <action type="MOUSE_CLICK">BUTTON=3</action>
|
|
|
+ </gesture>
|
|
|
+
|
|
|
+ <gesture type="DRAG" fingers="2" direction="ALL">
|
|
|
+ <action type="SCROLL">SPEED=1:INVERTED=true</action>
|
|
|
+ </gesture>
|
|
|
+
|
|
|
+ <gesture type="DRAG" fingers="3" direction="ALL">
|
|
|
+ <action type="MOVE_WINDOW"></action>
|
|
|
+ </gesture>
|
|
|
+
|
|
|
+ <gesture type="PINCH" fingers="3" direction="ALL">
|
|
|
+ <action type="RESIZE_WINDOW"></action>
|
|
|
+ </gesture>
|
|
|
+ </application>
|
|
|
+
|
|
|
+</touchégg>
|