Created
January 9, 2022 17:55
-
-
Save bdombro/6d2bebb90f8537218c370ff15c774c2c to your computer and use it in GitHub Desktop.
touchegg config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<touchégg> | |
<settings> | |
<property name="composed_gestures_time">0</property> | |
</settings> | |
<application name="All"> | |
<gesture type="TAP" fingers="2" direction="UNKNOWN"> | |
<action type="MOUSE_CLICK">undefined</action> | |
</gesture> | |
<gesture type="TAP" fingers="3" direction="UNKNOWN"> | |
<action type="MOUSE_CLICK">undefined</action> | |
</gesture> | |
<gesture type="TAP" fingers="5" direction="UNKNOWN"> | |
<action type="CLOSE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="ALL"> | |
<action type="SCROLL">undefined</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="UP"> | |
<action type="MAXIMIZE_RESTORE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="DOWN"> | |
<action type="MINIMIZE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="LEFT"> | |
<action type="MOVE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="RIGHT"> | |
<action type="MOVE_WINDOW"></action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="UP"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="DOWN"> | |
<action type="SHOW_DESKTOP"></action> | |
</gesture> | |
<gesture type="PINCH" fingers="3" direction="ALL"> | |
<action type="RESIZE_WINDOW"></action> | |
</gesture> | |
<gesture type="PINCH" fingers="5" direction="ALL"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="SWIPE" fingers="3" direction="UP"> | |
<action type="SEND_KEYS"> | |
<modifiers>Super_L</modifiers> | |
<keys></keys> | |
<repeat>false</repeat> | |
<animation>NONE</animation> | |
<on>begin</on> | |
</action> | |
</gesture> | |
<gesture type="SWIPE" fingers="3" direction="DOWN"> | |
<action type="SEND_KEYS"> | |
<modifiers>Super_L</modifiers> | |
<keys></keys> | |
<repeat>false</repeat> | |
<animation>NONE</animation> | |
<on>begin</on> | |
</action> | |
</gesture> | |
<gesture type="SWIPE" fingers="3" direction="LEFT"> | |
<action type="SEND_KEYS"> | |
<modifiers>Control_L</modifiers> | |
<keys>Alt_L+Right</keys> | |
<repeat>false</repeat> | |
<animation>NONE</animation> | |
<on>begin</on> | |
</action> | |
</gesture> | |
<gesture type="SWIPE" fingers="3" direction="RIGHT"> | |
<action type="SEND_KEYS"> | |
<modifiers>Control_L</modifiers> | |
<keys>Alt_L+Left</keys> | |
<repeat>false</repeat> | |
<animation>NONE</animation> | |
<on>begin</on> | |
</action> | |
</gesture> | |
</application> | |
<application name=" dolphin"> | |
</application> | |
<application name=" gwenview"> | |
</application> | |
<application name="chromium-browser"> | |
<gesture type="DRAG" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
</application> | |
<application name="dolphin"> | |
<gesture type="DRAG" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
</application> | |
<application name="gwenview"> | |
<gesture type="PINCH" fingers="2" direction="IN"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="PINCH" fingers="2" direction="OUT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="ROTATE" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="ROTATE" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
</application> | |
<application name="okular"> | |
<gesture type="PINCH" fingers="2" direction="IN"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="PINCH" fingers="2" direction="OUT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="ROTATE" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
<gesture type="ROTATE" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">undefined</action> | |
</gesture> | |
</application> | |
</touchégg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment