touchegg.conf 815 B

1234567891011121314151617181920212223242526272829303132333435
  1. <touchégg>
  2. <settings>
  3. <property name="composed_gestures_time">0</property>
  4. </settings>
  5. <application name="All">
  6. <gesture type="DRAG" fingers="4" direction="LEFT">
  7. <action type="SEND_KEYS">Super+u</action>
  8. </gesture>
  9. <gesture type="DRAG" fingers="4" direction="RIGHT">
  10. <action type="SEND_KEYS">Super+o</action>
  11. </gesture>
  12. </application>
  13. <application name="Chromium-browser, xombrero, iceweasle, chromium">
  14. <gesture type="DRAG" fingers="4" direction="Up">
  15. <action type="SEND_KEYS">Control+Page_Up</action>
  16. </gesture>
  17. <gesture type="DRAG" fingers="4" direction="DOWN">
  18. <action type="SEND_KEYS">Control+Page_Down</action>
  19. </gesture>
  20. </application>
  21. </touchégg>