diff options
| author | Richard M. Stallman | 2002-06-17 16:23:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-17 16:23:33 +0000 |
| commit | e92ecd426fb4242901113b7d59e8303be67bacd9 (patch) | |
| tree | 0209c6d26d6836e59f4d5f67de667a64b6a43b74 | |
| parent | 6da559072a545b85ba063b4fb671b58258a8b02f (diff) | |
| download | emacs-e92ecd426fb4242901113b7d59e8303be67bacd9.tar.gz emacs-e92ecd426fb4242901113b7d59e8303be67bacd9.zip | |
Document C-x @ feature.
| -rw-r--r-- | man/commands.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/commands.texi b/man/commands.texi index d7bdb75ecb8..bb81fed9411 100644 --- a/man/commands.texi +++ b/man/commands.texi | |||
| @@ -92,6 +92,14 @@ key bindings of Emacs do not include any characters with these | |||
| 92 | modifiers. But you can assign them meanings of your own by customizing | 92 | modifiers. But you can assign them meanings of your own by customizing |
| 93 | Emacs. | 93 | Emacs. |
| 94 | 94 | ||
| 95 | If your keyboard lacks one of these modifier keys, you can enter it | ||
| 96 | using @kbd{C-x @@}: @kbd{C-x @@ h} adds the ``hyper'' flag to the next | ||
| 97 | character, @kbd{C-x @@ s} adds the ``super'' flag, and @kbd{C-x @@ a} | ||
| 98 | adds the ``alt'' flag. For instance, @kbd{C-x @@ h C-a} is a way to | ||
| 99 | enter @kbd{Hyper-Control-a}. (Unfortunately there is no way to add | ||
| 100 | two modifiers by using @kbd{C-x @@} twice for the same character, | ||
| 101 | because the first one goes to work on the @kbd{C-x}.) | ||
| 102 | |||
| 95 | Keyboard input includes keyboard keys that are not characters at all: | 103 | Keyboard input includes keyboard keys that are not characters at all: |
| 96 | for example function keys and arrow keys. Mouse buttons are also | 104 | for example function keys and arrow keys. Mouse buttons are also |
| 97 | outside the gamut of characters. You can modify these events with the | 105 | outside the gamut of characters. You can modify these events with the |