~ubuntu-branches/ubuntu/dapper/xserver-xorg-input-synaptics/dapper

« back to all changes in this revision

Viewing changes to manpages/syndaemon.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-10-25 19:12:28 UTC
  • Revision ID: james.westby@ubuntu.com-20051025191228-9brpo4vmsnaspelf
Tags: upstream-0.14.3+seriouslythistime
ImportĀ upstreamĀ versionĀ 0.14.3+seriouslythistime

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "syndaemon" "1" "0.14.3" "" ""
 
2
.SH "NAME"
 
3
.LP
 
4
syndaemon \- a program that monitors keyboard activity and disables
 
5
the touchpad when the keyboard is being used.
 
6
.SH "SYNTAX"
 
7
.LP
 
8
syndaemon [\fI\-i idle\-time\fP] [\fI\-d\fP] [\fI\-p pid\-file\fP]
 
9
[\fI\-t\fP] [\fI\-k\fP]
 
10
.SH "DESCRIPTION"
 
11
.LP
 
12
Disabling the touchpad while typing avoids unwanted movements of the
 
13
pointer that could lead to giving focus to the wrong window.
 
14
.
 
15
This program needs SHMConfig "on" in your XOrg/XFree86 Synaptics
 
16
Touchpad configuration.
 
17
.SH "OPTIONS"
 
18
.LP
 
19
.TP
 
20
\fB\-i\fR <\fIidle\-time\fP>
 
21
How many seconds to wait after the last key press before enabling the
 
22
touchpad.
 
23
.
 
24
(default is 2.0s). 
 
25
.LP
 
26
.TP
 
27
\fB\-d\fP
 
28
Start as a daemon, ie in the background.
 
29
.LP
 
30
.TP
 
31
\fB\-p\fR <\fIpid\-file\fP>
 
32
Create a pid file with the specified filename.
 
33
.
 
34
A pid file will only be created if the program is started in daemon
 
35
mode.
 
36
.LP
 
37
.TP
 
38
\fB\-t\fP
 
39
Only disable tapping and scrolling, not mouse movements, in response
 
40
to keyboard activity.
 
41
.LP
 
42
.TP
 
43
\fB\-k\fP
 
44
Ignore modifier keys when monitoring keyboard activity.
 
45
.SH "ENVIRONMENT VARIABLES"
 
46
.LP
 
47
.TP
 
48
\fBDISPLAY\fP
 
49
Specifies the X server to contact.
 
50
.SH "CAVEATS"
 
51
.LP
 
52
It doesn't make much sense to connect to a remote X server, because
 
53
the daemon will then monitor the remote server for keyboard activity,
 
54
but will disable the touchpad on the local machine.
 
55
.SH "AUTHORS"
 
56
.LP
 
57
Peter Osterlund <petero2@telia.com>.
 
58
.TP
 
59
This man page was written by Mattia Dongili <malattia@debian.org>
 
60
.SH "SEE ALSO"
 
61
.LP
 
62
synclient(1), synaptics(5)