From: Chong Yidong Date: Thu, 23 Oct 2008 22:24:32 +0000 (+0000) Subject: (Function Keys): Note that modified keypad keys are not translated. X-Git-Tag: emacs-pretest-23.0.90~2218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22019f658350b653e0466f6646634f104fec9aca;p=emacs.git (Function Keys): Note that modified keypad keys are not translated. --- diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index bb6999abf88..a78d66808cd 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -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},