]> git.eshelyaron.com Git - emacs.git/commitdiff
(Function Keys): Note that modified keypad keys are not translated.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 23 Oct 2008 22:24:32 +0000 (22:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 23 Oct 2008 22:24:32 +0000 (22:24 +0000)
doc/emacs/custom.texi

index bb6999abf88bf54f1f54efdd17e364e5768499e6..a78d66808cd01816f2376ddeb8a0ea420b521c8e 100644 (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},