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="MOVE_WINDOW"></action>
  8. </gesture>
  9. <gesture type="DRAG" fingers="2" direction="ALL">
  10. <action type="SCROLL">SPEED=7:INVERTED=false</action>
  11. </gesture>
  12. <gesture type="DRAG" fingers="3" direction="LEFT">
  13. <action type="MOVE_WINDOW"></action>
  14. </gesture>
  15. <gesture type="PINCH" fingers="3" direction="ALL">
  16. <action type="RESIZE_WINDOW"></action>
  17. </gesture>
  18. <gesture type="DRAG" fingers="3" direction="UP">
  19. <action type="MAXIMIZE_RESTORE_WINDOW"></action>
  20. </gesture>
  21. <gesture type="TAP" fingers="5" direction="">
  22. <action type="CLOSE_WINDOW"></action>
  23. </gesture>
  24. <gesture type="PINCH" fingers="5" direction="ALL">
  25. <action type="SEND_KEYS">Alt+F1</action>
  26. </gesture>
  27. <gesture type="DRAG" fingers="4" direction="UP">
  28. <action type="SEND_KEYS">Super+W</action>
  29. </gesture>
  30. <gesture type="DRAG" fingers="4" direction="DOWN">
  31. <action type="SHOW_DESKTOP"></action>
  32. </gesture>
  33. <gesture type="TAP" fingers="3" direction="">
  34. <action type="MOUSE_CLICK">BUTTON=2</action>
  35. </gesture>
  36. <gesture type="TAP" fingers="2" direction="">
  37. <action type="MOUSE_CLICK">BUTTON=3</action>
  38. </gesture>
  39. <gesture type="DRAG" fingers="3" direction="DOWN">
  40. <action type="MINIMIZE_WINDOW"></action>
  41. </gesture>
  42. </application>
  43. <application name="Okular, Gwenview">
  44. <gesture type="ROTATE" fingers="2" direction="LEFT">
  45. <action type="SEND_KEYS">Control+L</action>
  46. </gesture>
  47. <gesture type="PINCH" fingers="2" direction="IN">
  48. <action type="SEND_KEYS">Control+KP_Add</action>
  49. </gesture>
  50. <gesture type="PINCH" fingers="2" direction="OUT">
  51. <action type="SEND_KEYS">Control+KP_Subtract</action>
  52. </gesture>
  53. <gesture type="ROTATE" fingers="2" direction="RIGHT">
  54. <action type="SEND_KEYS">Control+R</action>
  55. </gesture>
  56. </application>
  57. <application name="Dolphin, Chromium-browser">
  58. <gesture type="DRAG" fingers="2" direction="RIGHT">
  59. <action type="SEND_KEYS">Alt+Right</action>
  60. </gesture>
  61. <gesture type="DRAG" fingers="2" direction="LEFT">
  62. <action type="SEND_KEYS">Alt+Left</action>
  63. </gesture>
  64. </application>
  65. </touchégg>