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:39:40 +0200

> > 
> > (global-set-key (kbd "<kp-divide>") 'forward-char)
> > 
> > Does it work?
> 
> No, it did'nt work. 
> 

Sorry. I experimented a bit and it seems
to work now. I binded it as
follows (I should have been more explicit on 
what I wanted the key to represent):

(global-set-key (kbd "\eOo") "\57")

I hope this solution is clean, because
it came into life with an ASCII table in 
front, but without the slightest emacs
knowledge.

Thanks a lot for your help
both Kevin and Kai !


Regards, 

Tobias



reply via email to

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