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 20:51:51 +0200

> Ah.  Hm.  So, 
> 
> (define-key function-key-map (kbd "ESC O o") (kbd "<kp-divide>"))
> (global-set-key (kbd "<kp-divide>") (kbd "/"))
> 
> didn't do the trick?  

This works fine.

> Hm.  Or this:
> 
> (define-key function-key-map (kbd "ESC O o") (kbd "/"))

This works well too.

Was my problem a problem ?
I mean... Is what I encountered an
irregularity or should I live in peace ?


Cheers,
Tobias



reply via email to

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