diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-11-23 13:37:28 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-11-23 13:37:28 +0200 |
commit | be779cf7b4e513709cef94d7e04d40887b6bdfb2 (patch) | |
tree | 6453c8e4db33a91142ad2549774bc677004ac900 /doc/emacs/commands.texi | |
parent | 1265e947113efe335139038c89c280db480994af (diff) | |
download | emacs-be779cf7b4e513709cef94d7e04d40887b6bdfb2.tar.gz |
Improve indexing of modifier keys
* doc/emacs/commands.texi (User Input): Add index entry for
the Alt key serving as Meta.
* doc/emacs/custom.texi (Modifier Keys): Add index entries for
Alt, Super, and Hyper modifier keys. (Bug#38315)
Diffstat (limited to 'doc/emacs/commands.texi')
-rw-r--r-- | doc/emacs/commands.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 5eb3b304175..a107b8958ba 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi @@ -42,6 +42,7 @@ are certain characters found on non-English keyboards @cindex C- @cindex META @cindex M- +@cindex Alt key, serving as Meta Emacs also recognizes control characters that are entered using @dfn{modifier keys}. Two commonly-used modifier keys are @key{Control} (usually labeled @key{Ctrl}), and @key{Meta} (usually @@ -64,6 +65,8 @@ next character; instead, press @key{ESC} and release it, then enter the next character. This feature is useful on certain text terminals where the @key{Meta} key does not function reliably. + Emacs supports 3 additional modifier keys, see @ref{Modifier Keys}. + @cindex keys stolen by window manager @cindex window manager, keys stolen by On graphical displays, the window manager might block some keyboard |