Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <touchégg>
  2.  
  3. <settings>
  4. <property name="composed_gestures_time">0</property>
  5. </settings>
  6.  
  7.  
  8. <application name="All">
  9.  
  10. <gesture type="TAP" fingers="2" direction="">
  11. <action type="MOUSE_CLICK">BUTTON=3</action>
  12. </gesture>
  13.  
  14. <gesture type="TAP" fingers="3" direction="">
  15. <action type="MOUSE_CLICK">BUTTON=2</action>
  16. </gesture>
  17.  
  18. <gesture type="TAP" fingers="5" direction="">
  19. <action type="CLOSE_WINDOW"></action>
  20. </gesture>
  21.  
  22. <gesture type="DRAG" fingers="2" direction="ALL">
  23. <action type="SCROLL">SPEED=7:INVERTED=false</action>
  24. </gesture>
  25.  
  26.  
  27. <gesture type="DRAG" fingers="3" direction="UP">
  28. <action type="MAXIMIZE_RESTORE_WINDOW"></action>
  29. </gesture>
  30.  
  31. <gesture type="DRAG" fingers="3" direction="DOWN">
  32. <action type="MINIMIZE_WINDOW"></action>
  33. </gesture>
  34.  
  35.  
  36. <gesture type="DRAG" fingers="3" direction="LEFT">
  37. <action type="MOVE_WINDOW"></action>
  38. </gesture>
  39.  
  40. <gesture type="DRAG" fingers="3" direction="RIGHT">
  41. <action type="MOVE_WINDOW"></action>
  42. </gesture>
  43.  
  44. <gesture type="PINCH" fingers="5" direction="IN">
  45. <action type="CLOSE_WINDOW"></action>
  46. </gesture>
  47. <gesture type="DRAG" fingers="5" direction="DOWN">
  48. <action type="CLOSE_WINDOW"></action>
  49. </gesture>
  50.  
  51.  
  52. </application>
  53.  
  54.  
  55. <application name="Okular, Gwenview">
  56.  
  57. <gesture type="PINCH" fingers="2" direction="IN">
  58. <action type="SEND_KEYS">Control+KP_Add</action>
  59. </gesture>
  60.  
  61. <gesture type="PINCH" fingers="2" direction="OUT">
  62. <action type="SEND_KEYS">Control+KP_Subtract</action>
  63. </gesture>
  64.  
  65. <gesture type="ROTATE" fingers="2" direction="LEFT">
  66. <action type="SEND_KEYS">Control+L</action>
  67. </gesture>
  68.  
  69. <gesture type="ROTATE" fingers="2" direction="RIGHT">
  70. <action type="SEND_KEYS">Control+R</action>
  71. </gesture>
  72.  
  73. </application>
  74.  
  75.  
  76. <application name="Chromium-browser, Dolphin">
  77.  
  78. <gesture type="DRAG" fingers="2" direction="LEFT">
  79. <action type="SEND_KEYS">Alt+Left</action>
  80. </gesture>
  81.  
  82. <gesture type="DRAG" fingers="2" direction="RIGHT">
  83. <action type="SEND_KEYS">Alt+Right</action>
  84. </gesture>
  85.  
  86. </application>
  87.  
  88.  
  89. </touchégg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement