diff options
author | Peter Osterlund <petero2@telia.com> | 2005-06-13 00:35:49 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:20 +0200 |
commit | 15d3f642c725636446b3212b8efbd94a9fc9a59b (patch) | |
tree | de0fa279af410e90f2ad5f0b07cd57285c5040ff /manpages/syndaemon.1 | |
parent | 05125be050323a9d1a407a198d428e368692b01b (diff) |
Added new switch -s to syndaemon, to make it disable tapping
and scrolling. From Guido Flohr <guido@imperia.net> with some changes
by me.
Diffstat (limited to 'manpages/syndaemon.1')
-rw-r--r-- | manpages/syndaemon.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index 2bb8d3c..1737fa7 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -4,7 +4,8 @@ syndaemon \- a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. .SH "SYNTAX" .LP -syndaemon [\fI\-i idle\-time\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP] [\fI\-t\fP] [\fI\-k\fP] +syndaemon [\fI\-i idle\-time\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP] +[\fI\-t\fP] [\fI\-k\fP] [\fI\-s\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. @@ -28,6 +29,10 @@ created if the program is started in daemon mode. Only disable tapping, not mouse movements, in response to keyboard activity. .LP .TP +\fB\-s\fP +Also disable scrolling (implies -t). +.LP +.TP \fB\-k\fP Ignore modifier keys when monitoring keyboard activity. .SH "ENVIRONMENT VARIABLES" |