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: Samuel Wales
Subject: Re: how to bind c-~ or c-` ?
Date: Thu, 18 Dec 2008 15:46:49 -0700

On Thu, Dec 18, 2008 at 15:01, Teemu Likonen <tlikonen@iki.fi> wrote:
> Perhaps "kbd" function helps? (kbd "C-`") returns [67108960] so you
> could do:
>
>    (global-set-key (kbd "C-`") 'do-this)
>    (global-set-key (kbd "C-~") 'do-that)
>

That works.  Thank you.

The only remaining issue is C-F1, but that is probably an OS thing,
since emacs doesn't recognize it.




reply via email to

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