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

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

Re: how to bind c-~ or c-` ?


From: Kevin Rodgers
Subject: Re: how to bind c-~ or c-` ?
Date: Sat, 20 Dec 2008 08:56:33 -0700
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

Joe Casadonte wrote:
On WinXP I use:

         (global-set-key [C-~] 'foo-bar)
         (global-set-key [C-M-~] 'baz)

Maybe it will work for you, too?

That shouldn't work for anyone, since ~ is not a function key.  I think
you meant to write:

(global-set-key [?\C-~] 'foo-bar)
(global-set-key [?\C-\M-~] 'baz)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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