summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-02-18 10:14:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-02-21 11:10:31 +1000
commit503082bf17dfc4cb3d4b794ea514ac6f413c07f2 (patch)
tree410280dab0c37fdac84a4252fe0e3efd145e1ed7
parent0b70c76eab57822526585bbd11a1408bd115f26b (diff)
man: setting scroll deltas to 0 doesn't work (#75074)
6d47d33 disallows a zero value for horizontal/vertical scroll deltas but the man page wasn't updated. We've added separate toggles to enable/disable scrolling a few years ago, setting the distance to 0 is not recommended. X.Org Bug 75074 <http://bugs.freedesktop.org/show_bug.cgi?id=75074> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit 2ea76fad6545a712713de1a09965158805e83c55)
-rw-r--r--man/synaptics.man3
1 files changed, 0 insertions, 3 deletions
diff --git a/man/synaptics.man b/man/synaptics.man
index eb04eb2..7da7527 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -585,9 +585,6 @@ effect on scrolling speed.
Scrolling speed is determined solely from the VertScrollDelta and
HorizScrollDelta parameters.
.
-To disable vertical or horizontal scrolling, set VertScrollDelta or
-HorizScrollDelta to zero.
-.
To invert the direction of vertical or horizontal scrolling, set
VertScrollDelta or HorizScrollDelta to a negative value.
.