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

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

Re: Looking for a sneaky key binding


From: David Hansen
Subject: Re: Looking for a sneaky key binding
Date: Mon, 05 Mar 2007 03:37:00 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

On Sun, 04 Mar 2007 19:09:47 -0600 Dan Bensen wrote:

> After making a new command, I wanted to bind it to M-C-|.

Hit C-h k C-M-| and emacs will show you the key how it understands
it:

  C-M-| is undefined

then just use (kbd "C-M-|").

Wow, a keystroke that involves Meta Control and Shift, one key is
missing :)

David





reply via email to

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