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

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

Re: key (re)binding


From: Kai Grossjohann
Subject: Re: key (re)binding
Date: Tue, 16 Dec 2003 21:03:34 +0000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

Sébastien Kirche <sebastien.kirche@sage.com> writes:

> To resolve that, i have added the following in .emacs:
> (global-set-key (kbd "<kp-divide>") "/")
> but this only insert a divide signe, i would prefer something that
> defines that "kp-divide is divide key"...
> Because if i press then a C-/ on keypad, it is undefined too...
> Do i have to add another global-set-key for Ctrl (and another one for
> Meta) ?

Yes, I'm afraid so.  Don't forget Ctrl-Meta and Ctrl-Shift and
Meta-Shift and...

> By which means kp-home is getting "translated" ?

I think it could be function-key-map.

> why doesn't it work with modifier keys ?

Because there is no entry for kp-home with modifiers in
function-key-map.

Kai


reply via email to

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