diff options
author | Peter Osterlund <petero2@telia.com> | 2006-04-02 08:19:09 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:41 +0200 |
commit | 40f076f1db8b4e947aaba9e2b78a61c568b8b452 (patch) | |
tree | 519a032ad97e408c8bcad42b594fc15370587356 /manpages | |
parent | 38074afb0a6ee57f7bd7c5a967bd22e922059321 (diff) |
Implemented two-finger vertical and horizontal scrolling.
Patch from Stefan Bethge <stefan@lanpartei.de>, somewhat modified by
me.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/synaptics.5 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manpages/synaptics.5 b/manpages/synaptics.5 index c08d230..68790c4 100644 --- a/manpages/synaptics.5 +++ b/manpages/synaptics.5 @@ -119,6 +119,20 @@ The duration of the mouse click generated by tapping. Makes the driver react faster to a single tap, but also makes double clicks caused by double tapping slower. .TP +\fBVertEdgeScroll\fR (Bool) +Enable vertical scrolling when dragging along the right edge. +.TP +\fBHorizEdgeScroll\fR (Bool) +Enable horizontal scrolling when dragging along the bottom edge. +.TP +\fBVertTwoFingerScroll\fR (Bool) +Enable vertical scrolling when dragging with two fingers anywhere on +the touchpad. +.TP +\fBHorizTwoFingerScroll\fR (Bool) +Enable horizontal scrolling when dragging with two fingers anywhere on +the touchpad. +.TP \fBVertScrollDelta\fR (Integer) Move distance of the finger for a scroll event. .TP |