From 1e900945af6e4898fd3a11dead116ccac9f05731 Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Sat, 18 Apr 2020 01:24:12 +0800 Subject: [PATCH] Add experimental: mouse hold on defaults.conf --- defaults.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/defaults.conf b/defaults.conf index 7d201e3..5100492 100644 --- a/defaults.conf +++ b/defaults.conf @@ -6,6 +6,19 @@ # Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a list of # keycodes you can use. +############################# +# Experimental: MOUSE HOLD # +############################# + +# Uncomment to allow moving the mouse on 3/4 fingers +# hold3 = move +# hold4 = move + +# Uncomment to hold a mouse button on 3/4 fingers +# (1: left click, 2: middle click, 3: right click, 4: wheel up, 5: wheel down) +# hold3 = button1 +# hold4 = button1 + ################# # MISCELLANEOUS # #################