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

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

Re: Problems mapping space key


From: Henrik Enberg
Subject: Re: Problems mapping space key
Date: Tue, 8 Nov 2005 21:32:10 +0100 (CET)

> Date: Tue, 8 Nov 2005 11:25:32 -0900
> From: Tim Johnson <tim@johnsons-web.com>

> (global-set-key [(hyper space)] 'global-insert-pseudo-space)

> Successfully maps the hyper + <space> key to the quoted function,
> but the same code is not successful for GNU emacs.

> It appears to me that [(hyper space)] is the incorrect symbol
> to use for emacs, what would be the proper approach?

(global-set-key (kbd "H-SPC") 'global-insert-pseudo-space)




reply via email to

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