summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-21 16:04:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-21 16:04:20 (GMT)
commit60185fa162e07e3ffb2351e26b1946570633487a (patch)
tree5604c1f6df6ec3460b9a634d928ccfb58d559bb0 /doc/bind.n
parent4ff12b5ba2d676f45815ea946d632c63c925083d (diff)
parent6c408f9635216a7ef5b45abb0084de2b648bd77a (diff)
downloadtk-60185fa162e07e3ffb2351e26b1946570633487a.zip
tk-60185fa162e07e3ffb2351e26b1946570633487a.tar.gz
tk-60185fa162e07e3ffb2351e26b1946570633487a.tar.bz2
Merge trunk
Diffstat (limited to 'doc/bind.n')
-rw-r--r--doc/bind.n6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/bind.n b/doc/bind.n
index f307436..9210357 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -214,11 +214,7 @@ values should scroll up and negative values should scroll down.
Horizontal scrolling uses \fBShift-MouseWheel\fR events, with positive
\fB%D\fR \fIdelta\fR substitution indicating left scrolling and negative
right scrolling.
-Only Windows and macOS Aqua typically fire \fBMouseWheel\fR and
-\fBShift-MouseWheel\fR events. On
-X11 vertical scrolling is rather supported through \fBButton-4\fR and
-\fBButton-5\fR events, and horizontal scrolling through \fBShift-Button-4\fR
-and \fBShift-Button-5\fR events. Horizontal scrolling events may fire from
+Horizontal scrolling events may fire from
many different hardware units such as tilt wheels or touchpads. Horizontal
scrolling can also be emulated by holding Shift and scrolling vertically.
.RE