Advertisement
Guest User

Touchegg config

a guest
Dec 19th, 2012
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <touchégg>
  2. <settings>
  3. <property name="composed_gestures_time">0</property>
  4. </settings>
  5. <application name="All">
  6. <gesture type="DRAG" fingers="3" direction="RIGHT">
  7. <action type="SEND_KEYS">Alt+Right</action>
  8. </gesture>
  9. <gesture type="DRAG" fingers="3" direction="LEFT">
  10. <action type="SEND_KEYS">Alt+Left</action>
  11. </gesture>
  12. <gesture type="DRAG" fingers="4" direction="DOWN">
  13. <action type="SEND_KEYS">Super+s</action>
  14. </gesture>
  15. <gesture type="DRAG" fingers="4" direction="UP">
  16. <action type="SEND_KEYS">Super+w</action>
  17. </gesture>
  18. </application>
  19. </touchégg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement