Guest User

Touchegg for Dell XPS 13 Ubuntu 16.04

a guest
Dec 21st, 2016
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.15 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=true</action>
  24.         </gesture>
  25.  
  26.  
  27.         <gesture type="DRAG" fingers="3" direction="UP">
  28.             <action type="SEND_KEYS">Super+Down</action>
  29.         </gesture>
  30.        
  31.         <gesture type="DRAG" fingers="3" direction="DOWN">
  32.             <action type="SEND_KEYS">Super+Up</action>
  33.         </gesture>
  34.        
  35.         <gesture type="DRAG" fingers="3" direction="LEFT">
  36.             <action type="SEND_KEYS">Super+Right</action>
  37.         </gesture>
  38.  
  39.         <gesture type="DRAG" fingers="3" direction="RIGHT">
  40.             <action type="SEND_KEYS">Super+Left</action>
  41.         </gesture>
  42.  
  43.         <gesture type="DRAG" fingers="4" direction="UP">
  44.             <action type="SEND_KEYS">Super+Shift+W</action>
  45.         </gesture>
  46.        
  47.         <gesture type="DRAG" fingers="4" direction="DOWN">
  48.             <action type="SEND_KEYS">Super+S</action>
  49.         </gesture>
  50.  
  51. <!--
  52.        <gesture type="DRAG" fingers="4" direction="RIGHT">
  53.            <action type="RUN_COMMAND">/opt/workspaces row +</action>
  54.        </gesture>
  55.  
  56.        <gesture type="DRAG" fingers="4" direction="LEFT">
  57.            <action type="RUN_COMMAND">/opt/workspaces row -</action>
  58.        </gesture>
  59. -->
  60.  
  61.         <gesture type="PINCH" fingers="3" direction="ALL">
  62.             <action type="RESIZE_WINDOW"></action>
  63.         </gesture>
  64.        
  65.         <gesture type="PINCH" fingers="5" direction="ALL">
  66.             <action type="SEND_KEYS">Alt+F1</action>
  67.         </gesture>
  68.  
  69.     </application>
  70.  
  71.  
  72.     <application name="Okular, Gwenview">
  73.  
  74.         <gesture type="PINCH" fingers="2" direction="IN">
  75.             <action type="SEND_KEYS">Control+KP_Add</action>
  76.         </gesture>
  77.  
  78.         <gesture type="PINCH" fingers="2" direction="OUT">
  79.             <action type="SEND_KEYS">Control+KP_Subtract</action>
  80.         </gesture>
  81.  
  82.         <gesture type="ROTATE" fingers="2" direction="LEFT">
  83.             <action type="SEND_KEYS">Control+L</action>
  84.         </gesture>
  85.  
  86.         <gesture type="ROTATE" fingers="2" direction="RIGHT">
  87.             <action type="SEND_KEYS">Control+R</action>
  88.         </gesture>
  89.  
  90.     </application>
  91.  
  92.  
  93.     <application name="Chromium-browser, Dolphin, Firefox">
  94.  
  95.         <gesture type="DRAG" fingers="2" direction="LEFT">
  96.             <action type="SEND_KEYS">Alt+Left</action>
  97.         </gesture>
  98.  
  99.         <gesture type="DRAG" fingers="2" direction="RIGHT">
  100.             <action type="SEND_KEYS">Alt+Right</action>
  101.         </gesture>
  102.        
  103.     </application>
  104.  
  105.  
  106. </touchégg>
Advertisement
Add Comment
Please, Sign In to add comment