diff options
author | Peter Osterlund <petero2@telia.com> | 2005-06-28 21:54:10 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:25 +0200 |
commit | d082fb1d7cf5672bd93c9c08066fd1105725c640 (patch) | |
tree | 6545e8fb9461bd1d0349a2d3ddb0a1633edd91d6 /manpages | |
parent | 6742ccddfafc0b361f911d411e5753bb5a1c7609 (diff) |
Implemented new driver options LeftRightScrolling,
UpDownScrollRepeat, LeftRightScrollRepeat and ScrollButtonRepeat to
control the auto-repeat behavior of the scroll buttons.
From Sam Barnett-Cormack <sdb@geekworld.co.uk> with some small changes
by me.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/synaptics.5 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/manpages/synaptics.5 b/manpages/synaptics.5 index 3670e7f..59941b1 100644 --- a/manpages/synaptics.5 +++ b/manpages/synaptics.5 @@ -158,6 +158,25 @@ 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. .TP +\fBLeftRightScrolling\fR (Bool) +If on, the left/right buttons generate button 6/7 events. +. +If off, the left/right buttons both generate button 2 events. +.TP +\fBUpDownRepeat\fR (Bool) +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. +.TP +\fBLeftRightRepeat\fR (Bool) +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. +.TP +\fBScrollButtonRepeat\fR (Integer) +The number of milliseconds between repeats of button events 4-7 from the +up/down/left/right scroll buttons. +.TP \fBEmulateMidButtonTime\fR (Integer) Maximum time (in milliseconds) for middle button emulation. .TP |