emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3bd889cba0 2/3: Documnt left/right mwheel events


From: Lars Ingebrigtsen
Subject: master 3bd889cba0 2/3: Documnt left/right mwheel events
Date: Tue, 5 Jul 2022 12:27:49 -0400 (EDT)

branch: master
commit 3bd889cba06b8511856559afa31511b8d67f4b49
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Documnt left/right mwheel events
    
    * doc/lispref/commands.texi (Misc Events): Document left/right
    mwheel events (bug#41722).
---
 doc/lispref/commands.texi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index ed32814329..1718978a39 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -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''



reply via email to

[Prev in Thread] Current Thread [Next in Thread]