From e0069c154440305ece6def92a9813a9f8004b2fb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 17 Jan 2014 08:24:35 +1000 Subject: 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 --- man/synaptics.man | 49 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) (limited to 'man') 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" @@ -732,6 +767,10 @@ FLOAT, 4 values, min, max, accel, .BI "Synaptics Button Scrolling" 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" -- cgit v1.2.3