From e8887435ac065ec3071b2d8bf0895e8cb196ec3d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 10 Jun 2008 15:55:40 +0930 Subject: Enable middle-mouse button emulation. Ported from xf86-input-mouse, with a few cleanups. --- man/evdev.man | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man') diff --git a/man/evdev.man b/man/evdev.man index dbe94f4..b8807f0 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -10,6 +10,8 @@ evdev \- Generic Linux input driver .B " Driver \*qevdev\*q" .BI " Option \*qDevice\*q \*q" devpath \*q .BI " Option \*qPath\*q \*q" path \*q +.BI " Option \*qEmulate3Buttons\*q \*q" True \*q +.BI " Option \*qEmulate3Timeout\*q \*q" 50 \*q \ \ ... .B EndSection .fi @@ -54,6 +56,17 @@ generally be of the form \*q/dev/input/by-path/xyz\*q, where xyz includes the name of the device. The mapping from device node to hardware is system-dependent. This option has precedence over the \*qDevice\*q option but one of \*qPath\*q or \*qDevice\*q must be given. +.TP 7 +.BI "Option \*qEmulate3Buttons\*q \*q" boolean \*q +Enable/disable the emulation of the third (middle) mouse button for mice +which only have two physical buttons. The third button is emulated by +pressing both buttons simultaneously. Default: on, unless the device reports +the presence of a physical button 3. +.TP 7 +.BI "Option \*qEmulate3Timeout\*q \*q" integer \*q +Sets the timeout (in milliseconds) that the driver waits before deciding +if two buttons where pressed "simultaneously" when 3 button emulation is +enabled. Default: 50. .SH AUTHORS Kristian Høgsberg. .SH "SEE ALSO" -- cgit v1.2.3