; * doc/lispref/commands.texi (Event Mod): Add motivation (bug#70596).
This commit is contained in:
parent
e272fd3da9
commit
b392169e54
1 changed files with 4 additions and 1 deletions
|
@ -3420,7 +3420,10 @@ character as far as keyboard translation is concerned, but it has the
|
||||||
same usual meaning.
|
same usual meaning.
|
||||||
|
|
||||||
@xref{Translation Keymaps}, for mechanisms that translate event sequences
|
@xref{Translation Keymaps}, for mechanisms that translate event sequences
|
||||||
at the level of @code{read-key-sequence}.
|
at the level of @code{read-key-sequence}. If you need to translate
|
||||||
|
input events that are not characters (i.e., @code{characterp} returns
|
||||||
|
@code{nil} for them), you must use the event translation mechanism
|
||||||
|
described there.
|
||||||
|
|
||||||
@node Invoking the Input Method
|
@node Invoking the Input Method
|
||||||
@subsection Invoking the Input Method
|
@subsection Invoking the Input Method
|
||||||
|
|
Loading…
Add table
Reference in a new issue