summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-01-27 12:14:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-01-27 14:31:12 +1000
commit2a1ae4e333777fefc78624686a719dedda6f5a6e (patch)
tree9769e35c72e42f088f8d282eb78e1bcad5201778
parentd02fc488582190429f119ace579dd9f5c19d54b0 (diff)
Add man page for third button emulation.thirdbutton-emu
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--man/evdev.man24
1 files changed, 24 insertions, 0 deletions
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