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

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

Re: Key binding with multiple modifiers


From: Jesper Harder
Subject: Re: Key binding with multiple modifiers
Date: Mon, 26 Jan 2004 22:26:24 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Christopher.laux@Web.de (Chris Laux) writes:

> When I try the following, the binding is listed when accessed with
> C-h b, but actually pressing the keys just gets "C-M-7" printed in
> the minibuffer:
>
> (global-set-key [C-M-7] 'shell)
>
> Any help would be greatly appreciated,

Try

   (global-set-key (kbd "C-M-7") 'shell)


reply via email to

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