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

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

Re: Bind C-j to <enter>


From: Kevin Rodgers
Subject: Re: Bind C-j to <enter>
Date: Tue, 11 Nov 2008 23:50:23 -0700
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

Joe wrote:
Hey all,
Hopefully a simple question, I want to bind C-j to do exactly the same
thing as <enter> which does many different things depending on the
context.  How would I do this?

I would try:

(global-set-key (kbd "C-j") (kbd "<return>"))

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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