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: Chris Laux
Subject: Re: Key binding with multiple modifiers
Date: 27 Jan 2004 03:11:13 -0800

Alan Mackenzie<none@example.invalid> wrote in message  

> Another useful trick is to do the binding interactively with M-x
> global-set-key, etc., then use C-x <esc> <esc> (`repeat-complex-command')
> to see what it looks like in lisp.

Thank you all for your help; the advice above actually worked in my
case, other examples didn't strangely.  In case you are curious, I
ended up with the command looking like this:

;(global-set-key (quote [-67108809]) (quote shell))

Chris


reply via email to

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