diff options
author | Peter Osterlund <petero2@telia.com> | 2003-12-11 19:59:43 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:30 +0200 |
commit | 073e5439786b97793ab6dc5cb82cf1144a38405e (patch) | |
tree | 8b3184afd07211e4f03a4b658da7143e18fb2ecf /README | |
parent | cda45f6eb940a96c85e7bc4d6e2e2be610d36bef (diff) |
Clarified that the EmulateMidButtonTime parameter affects
the physical mouse buttons, not tapping.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 --- |