]> git.eshelyaron.com Git - emacs.git/commitdiff
Documnt left/right mwheel events
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2022 11:44:45 +0000 (13:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2022 16:27:42 +0000 (18:27 +0200)
* doc/lispref/commands.texi (Misc Events): Document left/right
mwheel events (bug#41722).

doc/lispref/commands.texi

index ed32814329b1261297b06c5a13477cdded2404ba..1718978a395f50c17999502cf9fbd512d599f524 100644 (file)
@@ -2212,6 +2212,17 @@ and @code{mouse-wheel-down-alternate-event} defined in
 @file{mwheel.el} to determine what event types to expect for the mouse
 wheel.
 
+@vindex mouse-wheel-left-event
+@vindex mouse-wheel-right-event
+Similarly, some mice can generate @code{mouse-wheel-left-event} and
+@code{mouse-wheel-right-event} and can be used to scroll if
+@code{mouse-wheel-tilt-scroll} is non-@code{nil}.  However, some mice
+also generate other events at the same time as they're generating
+these scroll events which may get in the way.  The way to fix this is
+generally to unbind these events (for instance, @code{mouse-6} or
+@code{mouse-7}, but this is very hardware and operating system
+dependent).
+
 @cindex @code{pinch} event
 @item (pinch @var{position} @var{dx} @var{dy} @var{scale} @var{angle})
 This kind of event is generated by the user performing a ``pinch''