summaryrefslogtreecommitdiff
path: root/man/libinput.man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-01-27 11:04:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-01-28 15:01:39 +1000
commite8f5394b0734db41abd15ab72457aea99c25d9ab (patch)
tree2347147e90ba12dca08e73309725bea4acc6ed5e /man/libinput.man
parent20f5269a29b6f3697984872d689fbe8589e53b08 (diff)
downloadxorg-driver-xf86-input-libinput-e8f5394b0734db41abd15ab72457aea99c25d9ab.tar.gz
Add property/option for enabling/disabling tap-n-drag
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'man/libinput.man')
-rw-r--r--man/libinput.man8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/libinput.man b/man/libinput.man
index b6f476e..43beda7 100644
--- a/man/libinput.man
+++ b/man/libinput.man
@@ -129,6 +129,14 @@ mouse is connected".
.BI "Option \*qTapping\*q \*q" bool \*q
Enables or disables tap-to-click behavior.
.TP 7
+.BI "Option \*qTappingDrag\*q \*q" bool \*q
+Enables or disables drag during tapping behavior ("tap-and-drag"). When
+enabled, a tap followed by a finger held down causes a single button down
+only, all motions of that finger thus translate into dragging motion.
+Tap-and-drag requires option
+.B Tapping
+to be enabled.
+.TP 7
.BI "Option \*qTappingDragLock\*q \*q" bool \*q
Enables or disables drag lock during tapping behavior. When enabled, a
finger up during tap-and-drag will not immediately release the button. If