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

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

Re: key map entry for shift-return?


From: Peter Dyballa
Subject: Re: key map entry for shift-return?
Date: Wed, 8 Jul 2009 13:08:28 +0200


On 08.07.2009, at 11:53, Chris Withers wrote:

Is your system able to distinguish between RET and s-RET?

How can I tell?

By interpreting the output!

C-h k says translated, so it is able to distinguish in this environment. And it also tells you one possible syntax form: S- return. You can also try to interactively bind the key and then by executing C-x ESC ESC (repeat-complex-command) you can review what was executed.

So you can use:

        (global-set-key [S-return]       'some-function)

--
Greetings

  Pete

Rain is saved up in cloud banks.







reply via email to

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