help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: numeric keypad buttons


From: Kai Großjohann
Subject: Re: numeric keypad buttons
Date: Tue, 29 Jul 2003 15:55:40 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Tobias Verbeke <tobias_verbeke@skynet.be> writes:

> I type:  C-h l gives: C-h c gives:
>
> /        ESC O o      <kp-divide> is undefined
> *        ESC O j      <kp-multiply> is undefined
> -        ESC O m      <kp-add> is undefined
> +        ESC O k      <kp-subtract> is undefined
> Enter    ESC O M      <kp-enter> is undefined

Good.  Now you can bind those keys:

(global-set-key (kbd "<kp-divide>") 'forward-char)

Does it work?
-- 
~/.signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]