diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-06-10 15:55:40 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-06-10 22:46:20 +0930 |
commit | e8887435ac065ec3071b2d8bf0895e8cb196ec3d (patch) | |
tree | 22fea9071a9c4ca8e6c61e6bffbe463508365899 /man | |
parent | Plug a memory leak, we allocated pEvdev twice, dropping the first memory area. (diff) | |
download | xf86-input-evdev-e8887435ac065ec3071b2d8bf0895e8cb196ec3d.tar.gz xf86-input-evdev-e8887435ac065ec3071b2d8bf0895e8cb196ec3d.tar.bz2 xf86-input-evdev-e8887435ac065ec3071b2d8bf0895e8cb196ec3d.zip |
Enable middle-mouse button emulation.
Ported from xf86-input-mouse, with a few cleanups.
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 13 |
1 files changed, 13 insertions, 0 deletions
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" |