summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.8
diff options
context:
space:
mode:
authorgreid <greid@FreeBSD.org>2001-06-25 20:15:34 +0000
committergreid <greid@FreeBSD.org>2001-06-25 20:15:34 +0000
commitbf604b8765005dec6107db2cbc459ed486e206ea (patch)
tree4a7a5fcdeffdf2791d9fe369ef0afde3e52eb289 /usr.sbin/moused/moused.8
parent832e922fdf3e1e5599514c85b0cb3dbe60d83216 (diff)
downloadFreeBSD-src-bf604b8765005dec6107db2cbc459ed486e206ea.zip
FreeBSD-src-bf604b8765005dec6107db2cbc459ed486e206ea.tar.gz
Add an acceleration option to moused
PR: 28369 Submitted by: Daniel O'Connor <darius@dons.net.au> manpage reviewed by: ru MFC after: 10 days
Diffstat (limited to 'usr.sbin/moused/moused.8')
-rw-r--r--usr.sbin/moused/moused.89
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8
index b4128a9..8a04cfc 100644
--- a/usr.sbin/moused/moused.8
+++ b/usr.sbin/moused/moused.8
@@ -38,11 +38,12 @@
.Nd pass mouse data to the console driver
.Sh SYNOPSIS
.Nm
-.Op Fl DPRcdfs
+.Op Fl DPRacdfs
.Op Fl I Ar file
.Op Fl F Ar rate
.Op Fl r Ar resolution
.Op Fl S Ar baudrate
+.Op Fl a Ar X Ns Op , Ns Ar Y
.Op Fl C Ar threshold
.Op Fl m Ar N=M
.Op Fl w Ar N
@@ -153,6 +154,12 @@ mode.
.It Fl S Ar baudrate
Select the baudrate for the serial port (1200 to 9600).
Not all serial mice support this option.
+.It Fl a Ar X Ns Op , Ns Ar Y
+Accelerate or decelerate the mouse input.
+This is a linear acceleration only.
+Values less than 1.0 slow down movement, values greater than 1.0 speed it
+up.
+Specifying only one value sets the acceleration for both axes.
.It Fl c
Some mice report middle button down events
as if the left and right buttons are being pressed.
OpenPOWER on IntegriCloud