summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-07-29 14:20:24 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:40 +0200
commit920547535780945068e7d0f302bb169964ffb3e3 (patch)
treeade2bc4eddd5b11fc80fd974081b1651053e4308
parentb34e07363e3188a3e875651286817a5bfe1b859b (diff)
Fixed a FAQ entry. It's the ClickTime parameter that
controls the duration of a tap click in newer driver versions.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a630c84..3f01f05 100644
--- a/README
+++ b/README
@@ -241,8 +241,8 @@ FAQ
* Gnome scrollbars scroll too much when using tap-to-click. Why?
- The MaxTapTime parameter is probably too big. Try setting it to
- 180. Gnome scrollbars use auto repeat, ie if you press the left
+ The ClickTime parameter is probably too big. Try setting it to
+ 100. Gnome scrollbars use auto repeat, ie if you press the left
mouse button and keep it pressed, the scroll bar will move until
you release the button. This will lead to problems if the tap time
is longer than the delay before auto repeat starts.