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

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

Re: numeric keypad buttons


From: Tobias Verbeke
Subject: Re: numeric keypad buttons
Date: Tue, 29 Jul 2003 16:23:57 +0200

> > 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?

No, it did'nt work. 


Regards,

Tobias




reply via email to

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