diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-01-17 08:24:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-01-17 08:24:35 +1000 |
commit | e0069c154440305ece6def92a9813a9f8004b2fb (patch) | |
tree | 7e1ac16c9cca699e6727edb9c766f00d0d6fbbbc /man | |
parent | 48fbf44a3903bc6975add21be35586914a53c310 (diff) |
Revert "Purge scrollbuttons (repeat)"
This reverts commit 0903d99ada1755f11a2a5cbf89a345de896e18ec.
Scroll buttons are still present in some modern devices, e.g. the Fujitsu
Lifebook E782 and others in the series.
Conflicts:
include/synaptics.h
man/synaptics.man
src/synaptics.c
Diffstat (limited to 'man')
-rw-r--r-- | man/synaptics.man | 49 |
1 files changed, 39 insertions, 10 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index 079a5f8..7652404 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -198,6 +198,41 @@ 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" @@ -733,6 +768,10 @@ 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. @@ -894,16 +933,6 @@ The following options are no longer part of the driver configuration: .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 -.TP .BI "Option \*qCircularPad\*q \*q" boolean \*q .SH "AUTHORS" |