summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-12-11 19:59:43 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:30 +0200
commit073e5439786b97793ab6dc5cb82cf1144a38405e (patch)
tree8b3184afd07211e4f03a4b658da7143e18fb2ecf /README
parentcda45f6eb940a96c85e7bc4d6e2e2be610d36bef (diff)
Clarified that the EmulateMidButtonTime parameter affects
the physical mouse buttons, not tapping.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 94fa51c..64b4213 100644
--- a/README
+++ b/README
@@ -113,6 +113,12 @@ The MinSpeed, MaxSpeed and AccelFactor parameters don't have any
effect on scrolling speed. Scrolling speed is determined solely from
the VertScrollDelta and HorizScrollDelta parameters.
+Since synaptics touchpads don't have a button that corresponds to the
+middle button on a mouse, the driver can emulate middle mouse button
+events. If you press both the left and right mouse buttons at almost
+the same time (no more than EmulateMidButtonTime milliseconds apart)
+the driver generates a middle mouse button event.
+
FAQ
---