diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-05-28 09:47:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-05-31 11:01:26 +1000 |
commit | 21a2ac818e75ef918d320ce1e88b6263e68e598d (patch) | |
tree | 35abac3ad12f84520bfd24260019a63c6e56e30d /man/evdev.man | |
parent | 4c216242404d749b9ae8ec181146689f89119cb4 (diff) |
Disable middle mouse button emulation by default.
The AUTO feature was the default, MB emulation was on until a middle mouse
button was pressed. MB emulation however results in a delay of the first
press, causing minor annoyances to the users and being generally confusing
when the behaviour before a button press is different to after a button
pres.
Disable the feature by default instead. There's not a lot of two-button mice
around anymore though and the inability to detect two-button mice makes for
non-deterministic detection of when the emulation should be on.
Middle button emulation can be enabled with a configuration snippet:
Section "InputClass"
Identifier "middle button emulation"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
EndSection
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'man/evdev.man')
-rw-r--r-- | man/evdev.man | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/evdev.man b/man/evdev.man index 49ab12c..1a93483 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -76,8 +76,7 @@ indicating that the next button pressed is to be .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: off for touchscreens, otherwise -on until a middle mouse button event is registered. Property: "Evdev Middle +pressing both buttons simultaneously. Default: off. Property: "Evdev Middle Button Emulation". .TP 7 .BI "Option \*qEmulate3Timeout\*q \*q" integer \*q |