diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-05 00:54:59 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-10 09:42:36 +1000 |
commit | 0903d99ada1755f11a2a5cbf89a345de896e18ec (patch) | |
tree | d2b2605a964e52c184885a2c77c3c098464295db /man/synaptics.man | |
parent | 54f65f3ca1f7a7118bea96915d79acee28721581 (diff) |
Purge scrollbuttons (repeat)
I doubt devices that have scrollbuttons are still manufactured. Having
untested code around is just asking for trouble.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'man/synaptics.man')
-rw-r--r-- | man/synaptics.man | 49 |
1 files changed, 10 insertions, 39 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index d7dd779..0fa396f 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -198,41 +198,6 @@ Default: 0.5 percent of the diagonal or (in case of evdev) the appropriate The minimum vertical HW distance required to generate motion events. See \fBHorizHysteresis\fR. .TP -.BI "Option \*qUpDownScrolling\*q \*q" boolean \*q -If on, the up/down buttons generate button 4/5 events. -. -If off, the up button generates a double click and the down button -generates a button 2 event. This option is only available for touchpads with -physical scroll buttons. -Property: "Synaptics Button Scrolling" -.TP -.BI "Option \*qLeftRightScrolling\*q \*q" boolean \*q -If on, the left/right buttons generate button 6/7 events. -. -If off, the left/right buttons both generate button 2 events. -This option is only available for touchpads with physical scroll buttons. -Property: "Synaptics Button Scrolling" -.TP -.BI "Option \*qUpDownScrollRepeat\*q \*q" boolean \*q -If on, and the up/down buttons are used for scrolling -(\fBUpDownScrolling\fR), these buttons will send auto-repeating 4/5 events, -with the delay between repeats determined by \fBScrollButtonRepeat\fR. -This option is only available for touchpads with physical scroll buttons. -Property: "Synaptics Button Scrolling Repeat" -.TP -.BI "Option \*qLeftRightScrollRepeat\*q \*q" boolean \*q -If on, and the left/right buttons are used for scrolling -(\fBLeftRightScrolling\fR), these buttons will send auto-repeating 6/7 events, -with the delay between repeats determined by \fBScrollButtonRepeat\fR. -This option is only available for touchpads with physical scroll buttons. -Property: "Synaptics Button Scrolling Repeat" -.TP -.BI "Option \*qScrollButtonRepeat\*q \*q" integer \*q -The number of milliseconds between repeats of button events 4-7 from the -up/down/left/right scroll buttons. -This option is only available for touchpads with physical scroll buttons. -Property: "Synaptics Button Scrolling Time" -.TP .BI "Option \*qEmulateMidButtonTime\*q \*q" integer \*q Maximum time (in milliseconds) for middle button emulation. Property: "Synaptics Middle Button Timeout" @@ -773,10 +738,6 @@ FLOAT, 4 values, min, max, accel, <deprecated> 8 bit (BOOL), 2 values, updown, leftright. .TP 7 -.BI "Synaptics Button Scrolling Repeat" -8 bit (BOOL), 2 values, updown, leftright. - -.TP 7 .BI "Synaptics Button Scrolling Time" 32 bit. @@ -937,6 +898,16 @@ The following options are no longer part of the driver configuration: .BI "Option \*qEdgeMotionMaxSpeed\*q \*q" integer \*q .TP .BI "Option \*qEdgeMotionUseAlways\*q \*q" boolean \*q +.TP +.BI "Option \*qUpDownScrolling\*q \*q" boolean \*q +.TP +.BI "Option \*qLeftRightScrolling\*q \*q" boolean \*q +.TP +.BI "Option \*qUpDownScrollRepeat\*q \*q" boolean \*q +.TP +.BI "Option \*qLeftRightScrollRepeat\*q \*q" boolean \*q +.TP +.BI "Option \*qScrollButtonRepeat\*q \*q" integer \*q .SH "AUTHORS" |