touchegg.conf 829 B

1234567891011121314151617181920212223242526272829
  1. <touchégg>
  2. <settings>
  3. <property name="composed_gestures_time">0</property>
  4. </settings>
  5. <application name="All">
  6. <gesture type="TAP" fingers="2" direction="">
  7. <action type="MOUSE_CLICK">BUTTON=2</action>
  8. </gesture>
  9. <gesture type="TAP" fingers="3" direction="">
  10. <action type="MOUSE_CLICK">BUTTON=3</action>
  11. </gesture>
  12. <gesture type="DRAG" fingers="2" direction="ALL">
  13. <action type="SCROLL">SPEED=1:INVERTED=true</action>
  14. </gesture>
  15. <gesture type="DRAG" fingers="3" direction="ALL">
  16. <action type="MOVE_WINDOW"></action>
  17. </gesture>
  18. <gesture type="PINCH" fingers="3" direction="ALL">
  19. <action type="RESIZE_WINDOW"></action>
  20. </gesture>
  21. </application>
  22. </touchégg>