diff options
author | Peter Osterlund <petero2@telia.com> | 2004-07-25 20:56:06 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:36 +0200 |
commit | ac0394ad9c16cc38518922175a68d60d66c27845 (patch) | |
tree | b77c3c5b9b7f664511b5e9f3e1acc1eb07d36557 /README | |
parent | efe7b7adb5788c20693f0df1f4d2aaf8b61cdd49 (diff) |
Corrected README file. Some synaptics touchpad models do
have a middle mouse button.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -169,11 +169,11 @@ greater than EdgeMotionMaxZ, EdgeMotionMaxSpeed is used. For a pressure value between EdgeMotionMinZ and EdgeMotionMaxZ, the speed is increased linearly. -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. +Since most synaptics touchpad models 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. Circular scrolling acts like a scrolling wheel on the trackpad. Scrolling is engaged when a drag starts in the given CircScrollTrigger |