Advertisement
SwarupSaha

Touchegg Config

May 2nd, 2018
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.17 KB | None | 0 0
  1. <touchegg>
  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.        
  62.         <gesture type="PINCH" fingers="2" direction="IN">
  63.             <action type="SEND_KEYS">Control+KP_Subtract</action>
  64.         </gesture>
  65.  
  66.         <gesture type="PINCH" fingers="2" direction="OUT">
  67.             <action type="SEND_KEYS">Control+KP_Equal</action>
  68.         </gesture>
  69.  
  70.     </application>
  71.  
  72.  
  73.     <application name="Okular, Gwenview">
  74.  
  75.         <gesture type="PINCH" fingers="2" direction="IN">
  76.             <action type="SEND_KEYS">Control+KP_Add</action>
  77.         </gesture>
  78.  
  79.         <gesture type="PINCH" fingers="2" direction="OUT">
  80.             <action type="SEND_KEYS">Control+KP_Subtract</action>
  81.         </gesture>
  82.  
  83.         <gesture type="ROTATE" fingers="2" direction="LEFT">
  84.             <action type="SEND_KEYS">Control+L</action>
  85.         </gesture>
  86.  
  87.         <gesture type="ROTATE" fingers="2" direction="RIGHT">
  88.             <action type="SEND_KEYS">Control+R</action>
  89.         </gesture>
  90.  
  91.     </application>
  92.  
  93.  
  94.     <application name="google-chrome-stable, Chromium-browser, Dolphin">
  95.  
  96.         <gesture type="DRAG" fingers="2" direction="LEFT">
  97.             <action type="SEND_KEYS">Alt+Left</action>
  98.         </gesture>
  99.  
  100.         <gesture type="DRAG" fingers="2" direction="RIGHT">
  101.             <action type="SEND_KEYS">Alt+Right</action>
  102.         </gesture>
  103.        
  104.     </application>
  105.  
  106.  
  107. </touchegg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement