aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-09-03 17:47:14 +0200
committerStefan Kangas2022-09-03 17:47:14 +0200
commit1cea0ae4133bb22fd70d483df105e5a4653bc56c (patch)
treeccd72da82c8a197aa5fc502d6345530cf980a7d3
parentb39daf417b16e2fe6c948f71af05373bcdca0e10 (diff)
downloademacs-1cea0ae4133bb22fd70d483df105e5a4653bc56c.tar.gz
emacs-1cea0ae4133bb22fd70d483df105e5a4653bc56c.zip
* doc/emacs/commands.texi (Mice): Improve indexing.
-rw-r--r--doc/emacs/commands.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi
index 64e75c9609a..9bf046704ce 100644
--- a/doc/emacs/commands.texi
+++ b/doc/emacs/commands.texi
@@ -151,6 +151,8 @@ commands in the same way you bind them to keyboard events
151mouse in Emacs; @pxref{Mouse Commands}, and the sections that follow 151mouse in Emacs; @pxref{Mouse Commands}, and the sections that follow
152it, for more details about mouse commands in Emacs. 152it, for more details about mouse commands in Emacs.
153 153
154@cindex wheel-down
155@cindex wheel-up
154 When you click the left mouse button, Emacs receives a 156 When you click the left mouse button, Emacs receives a
155@code{mouse-1} event. To see what command is bound to that event, you 157@code{mouse-1} event. To see what command is bound to that event, you
156can type @kbd{C-h c} and then press the left mouse button. Similarly, 158can type @kbd{C-h c} and then press the left mouse button. Similarly,
@@ -164,6 +166,8 @@ system configuration.
164will report @code{mouse-4} and @code{mouse-5}, while all other systems 166will report @code{mouse-4} and @code{mouse-5}, while all other systems
165will report @code{wheel-down} and @code{wheel-up}. 167will report @code{wheel-down} and @code{wheel-up}.
166 168
169@cindex wheel-left
170@cindex wheel-right
167 Some mice also have a horizontal scroll wheel, and touchpads usually 171 Some mice also have a horizontal scroll wheel, and touchpads usually
168support scrolling horizontally as well. These events are reported as 172support scrolling horizontally as well. These events are reported as
169@code{wheel-left} and @code{wheel-right} on all systems other than 173@code{wheel-left} and @code{wheel-right} on all systems other than