summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.8
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-12-15 12:58:58 +0000
committeryokota <yokota@FreeBSD.org>1999-12-15 12:58:58 +0000
commitefcb9d59cb9ed6b6c5f51f91240f5fd02c3ea44b (patch)
tree2d1bdfc066b666bbb6a057330e6553ff70e7a2e8 /usr.sbin/moused/moused.8
parentf2525f952b0343eb5be34d1fad937b9ee43c80f2 (diff)
downloadFreeBSD-src-efcb9d59cb9ed6b6c5f51f91240f5fd02c3ea44b.zip
FreeBSD-src-efcb9d59cb9ed6b6c5f51f91240f5fd02c3ea44b.tar.gz
- Improve the three button emulation by introdusing a small state
machine. The three-button emulation of moused has been somewhat difficult to use for many people. I hope this update fixes it. - Add a new option, -E, to set timeout value to detect two buttons are pressed down simulteneously. The default value for this timeout is 200msec.
Diffstat (limited to 'usr.sbin/moused/moused.8')
-rw-r--r--usr.sbin/moused/moused.813
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8
index 1f35869..a4c41e4 100644
--- a/usr.sbin/moused/moused.8
+++ b/usr.sbin/moused/moused.8
@@ -38,7 +38,7 @@
.Nd pass mouse data to the console driver
.Sh SYNOPSIS
.Nm
-.Op Fl 3DPRcdfs
+.Op Fl DPRcdfs
.Op Fl I Ar file
.Op Fl F Ar rate
.Op Fl r Ar resolution
@@ -48,6 +48,7 @@
.Op Fl w Ar N
.Op Fl z Ar target
.Op Fl t Ar mousetype
+.Op Fl 3 Op Fl E Ar timeout
.Fl p Ar port
.Pp
.Nm
@@ -106,6 +107,16 @@ The DTR line may need to be dropped for a 3-button mouse
to operate in the
.Ar mousesystems
mode.
+.It Fl E Ar timeout
+When the third button emulation is enabled
+.Pq see above ,
+the
+.Nm
+daemon waits
+.Ar timeout
+msec at maximum before deciding if two buttons are pressed
+simultaneously.
+The default timeout is 200 msec.
.It Fl F Ar rate
Set the report rate (reports/sec) of the device if supported.
.It Fl I Ar file
OpenPOWER on IntegriCloud