diff options
author | Patrick Curran <pjcurran@wisc.edu> | 2010-07-23 17:28:01 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-08-20 11:08:47 +1000 |
commit | 56655fd15f676fea143f3963e23b464b275b2e77 (patch) | |
tree | 133b0dc1342a1579f2b81420801290c67024d6a9 /man | |
parent | a6ca4d2523904b7ce49edc29ba408979bdf0d45e (diff) |
Added "friction physics" so coasting can stop on its own.
When you are coasting (but not corner coasting) you might want the
scrolling to slow down and stop on its own. This also lets you
start coasting while using a two finger scroll.
Signed-off-by: Patrick Curran <pjcurran@wisc.edu>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/synaptics.man | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index 590a380..b268a23 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -397,10 +397,17 @@ Minimum finger pressure at which touch is considered a palm. Property: "Synaptics Palm Dimensions" .TP .BI "Option \*qCoastingSpeed\*q \*q" float \*q -Coasting threshold scrolling speed. +Your finger needs to produce this many scrolls per second in order to start +coasting. The default is 20 which should prevent you from starting coasting +unintentionally. . 0 disables coasting. Property: "Synaptics Coasting Speed" .TP +.BI "Option \*qCoastingFriction\*q \*q" float \*q +Number of scrolls per second per second to decrease the coasting speed. Default +is 50. +Property: "Synaptics Coasting Speed" +.TP .BI "Option \*qSingleTapTimeout\*q \*q" integer \*q Timeout after a tap to recognize it as a single tap. Property: "Synaptics Tap Durations" @@ -853,7 +860,7 @@ right, right + bottom, bottom, bottom + left, left, left + top. .TP 7 .BI "Synaptics Coasting Speed" -FLOAT. +FLOAT, 2 values, speed, friction. .TP 7 .BI "Synaptics Pressure Motion" |