From 2a1ae4e333777fefc78624686a719dedda6f5a6e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 27 Jan 2011 12:14:13 +1000 Subject: Add man page for third button emulation. Signed-off-by: Peter Hutterer --- man/evdev.man | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/man/evdev.man b/man/evdev.man index adb3f8d..b641ffa 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -133,6 +133,30 @@ must be pressed before wheel emulation is started. If the is released before this timeout, the original button press/release event is sent. Default: 200. Property: "Evdev Wheel Emulation Timeout". .TP 7 +.BI "Option \*qEmulateThirdButton\*q \*q" boolean \*q +Enable third button emulation. Third button emulation emits a button event +by pressing and holding the first button. The first button must be held down +for the configured timeout and must not move more than the configured +threshold for the emulation to activate. Otherwise, the first button event +is posted as normal. Default: off. Property: "Evdev Third Button Emulation". +.TP 7 +.BI "Option \*qEmulateThirdButtonTimeout\*q \*q" integer \*q +Specifies the timeout in milliseconds between the initial button press and +the generation of the emulated button event. +Default: 1000. Property: "Evdev Third Button Emulation Timeout". +.TP 7 +.BI "Option \*qEmulateThirdButtonButton\*q \*q" integer \*q +Specifies the physical button number to be emitted if third button emulation +is triggered. +Default: 3. Property: "Evdev Third Button Button". +.TP 7 +.BI "Option \*qEmulateThirdButtonMoveThreshold\*q \*q" integer \*q +Specifies the maximum move fuzz in device coordinates for third button +emulation. If the device moves by more than this threshold before the third +button emulation is triggered, the emulation is cancelled and a first button +event is generated as normal. +Default: 20 Property: "Evdev Third Button Emulation Threshold". +.TP 7 .BI "Option \*qGrabDevice\*q \*q" boolean \*q Force a grab on the event device. Doing so will ensure that no other driver can initialise the same device and it will also stop the device from sending -- cgit v1.2.3