Advertisement
Guest User

touchegg settings x1 2nd gen 14.04

a guest
Aug 24th, 2015
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 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="DRAG" fingers="4" direction="UP">
  45. <action type="SEND_KEYS">Super+W</action>
  46. </gesture>
  47.  
  48. <gesture type="DRAG" fingers="4" direction="DOWN">
  49. <action type="SHOW_DESKTOP"></action>
  50. </gesture>
  51.  
  52.  
  53. <gesture type="PINCH" fingers="3" direction="ALL">
  54. <action type="RESIZE_WINDOW"></action>
  55. </gesture>
  56.  
  57. <gesture type="PINCH" fingers="5" direction="ALL">
  58. <action type="SEND_KEYS">Alt+F1</action>
  59. </gesture>
  60.  
  61. </application>
  62.  
  63.  
  64. <application name="Okular, Gwenview">
  65.  
  66. <gesture type="PINCH" fingers="2" direction="IN">
  67. <action type="SEND_KEYS">Control+KP_Add</action>
  68. </gesture>
  69.  
  70. <gesture type="PINCH" fingers="2" direction="OUT">
  71. <action type="SEND_KEYS">Control+KP_Subtract</action>
  72. </gesture>
  73.  
  74. <gesture type="ROTATE" fingers="2" direction="LEFT">
  75. <action type="SEND_KEYS">Control+L</action>
  76. </gesture>
  77.  
  78. <gesture type="ROTATE" fingers="2" direction="RIGHT">
  79. <action type="SEND_KEYS">Control+R</action>
  80. </gesture>
  81.  
  82. </application>
  83.  
  84.  
  85. <application name="Chromium-browser, Dolphin">
  86.  
  87. <gesture type="DRAG" fingers="2" direction="LEFT">
  88. <action type="SEND_KEYS">Alt+Left</action>
  89. </gesture>
  90.  
  91. <gesture type="DRAG" fingers="2" direction="RIGHT">
  92. <action type="SEND_KEYS">Alt+Right</action>
  93. </gesture>
  94.  
  95. </application>
  96.  
  97.  
  98. </touchégg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement