diff options
author | Peter Osterlund <petero2@telia.com> | 2005-06-13 21:03:02 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:21 +0200 |
commit | b39dab97b3d3c031cb60a6715d2c23a7bc792033 (patch) | |
tree | 7d1050cb3db6916598a1b4744961bc465c3e1f70 /manpages | |
parent | 5f65d8c2393d1decbb030679384c1e0896dbb7aa (diff) |
Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead always
disable scrolling
whenever tapping is disabled. It doesn't make any sense to disable
tapping but not scrolling as a response to keyboard activity.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/syndaemon.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index 1737fa7..f0fd889 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -5,7 +5,7 @@ syndaemon \- a program that monitors keyboard activity and disables the touchpad .SH "SYNTAX" .LP syndaemon [\fI\-i idle\-time\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP] -[\fI\-t\fP] [\fI\-k\fP] [\fI\-s\fP] +[\fI\-t\fP] [\fI\-k\fP] .SH "DESCRIPTION" .LP Disabling the touchpad while typing avoids unwanted movements of the pointer that could lead to giving focus to the wrong window. This program needs SHMConfig "on" in your XFree86 Synaptics Touchpad configuration. @@ -26,11 +26,8 @@ created if the program is started in daemon mode. .LP .TP \fB\-t\fP -Only disable tapping, not mouse movements, in response to keyboard activity. -.LP -.TP -\fB\-s\fP -Also disable scrolling (implies -t). +Only disable tapping and scrolling, not mouse movements, in response +to keyboard activity. .LP .TP \fB\-k\fP |