diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/touchegg.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gui/conf/touchegg.conf b/gui/conf/touchegg.conf deleted file mode 100644 index 2afb98b..0000000 --- a/gui/conf/touchegg.conf +++ /dev/null @@ -1,18 +0,0 @@ -<touchégg> - -<application name="All"> - -<gesture type="DRAG" fingers="3" direction="LEFT"> - <action type="SEND_KEYS">Control+j</action> -</gesture> - -<gesture type="DRAG" fingers="3" direction="RIGHT"> - <action type="SEND_KEYS">Control+k</action> -</gesture> - -<gesture type="TAP" fingers="2"> - <action type="MOUSE_CLICK">BUTTON=3</action> -</gesture> - -</application> -</touchégg> |