(Function Keys): Note that modified keypad keys are not translated.

This commit is contained in:
Chong Yidong 2008-10-23 22:24:32 +00:00
parent f28815e36c
commit 22019f6583

View file

@ -1885,7 +1885,10 @@ the numeric keypad produces @code{kp-8}, which is translated to
@code{kp-up}, which is translated to @key{UP}. If you rebind a key
such as @kbd{8} or @key{UP}, it affects the equivalent keypad key too.
However, if you rebind a @samp{kp-} key directly, that won't affect
its non-keypad equivalent.
its non-keypad equivalent. Note that the modified keys are not
translated: for instance, if you hold down the @key{META} key while
pressing the @samp{8} key on the numeric keypad, that generates
@kbd{M-@key{kp-8}}.
Emacs provides a convenient method for binding the numeric keypad
keys, using the variables @code{keypad-setup},