summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-06-21 19:22:54 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-06-21 19:22:54 (GMT)
commit9357ce6b4e373d924cd8a0ef4e25982ab6d6f37c (patch)
tree16aeba8e39305ec371497aa0fd113d9d1c54a9fe /doc
parent8ffe639903cda423a32d6f724dd3c54ebf42dced (diff)
downloadtk-9357ce6b4e373d924cd8a0ef4e25982ab6d6f37c.zip
tk-9357ce6b4e373d924cd8a0ef4e25982ab6d6f37c.tar.gz
tk-9357ce6b4e373d924cd8a0ef4e25982ab6d6f37c.tar.bz2
Fix [cd051b586a]: MouseWheel documentation in bind.n
Diffstat (limited to 'doc')
-rw-r--r--doc/bind.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 4bd2be0..f3c3d92 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -201,8 +201,8 @@ substitutions you would make when binding to these events.
Many contemporary mice support a mouse wheel, which is used
for scrolling documents without using the scrollbars. By rolling the
wheel, the system will generate \fBMouseWheel\fR events that the
-application can use to scroll. Like \fBKey\fR events the event is
-always routed to the window that currently has focus. When the event
+application can use to scroll. The event is routed to the
+window currently under the mouse pointer. When the event
is received you can use the \fB%D\fR substitution to get the
\fIdelta\fR field for the event, which is a integer value describing how
the mouse wheel has moved. The smallest value for which the