- Subject: Re: [Jed-users-l] key binding & arrow keys
- From: Manfred Hanke <Manfred.Hanke@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 23 Jul 2011 19:38:35 +0200
Hi Mike,
you can try to use variables such as
Key_Left
Key_Alt_Left
after calling
require("keydefs");
About the key bindings: Is the output of the `describe_bindings' command
(it can be executed with M-x, but is also bound to the menu [Help] =>
[Describe Key Bindings]) what you're looking for?
Cheers,
Manfred
Mike Ma wrote:
> Hi, all.
>
> For change buffers quickly, a friend gives me:
> unsetkey ("\eOC");
> setkey ("next_buffer", "\eOC");
> It can bind right arrow to "next_buffer".
>
> But I'd like to change buffers with "Alt+ArrowKeys".
> I know alt=\e, so I try this:
> setkey("next_buffer","\e\eOC");
> It doesn't do anything...
>
> How to do that in JED? And where is the key mappings list of jed? (i
> want to bind more keys, but C-hk doesn't list it or show its key mapping)
>
> Another question: Does jed have previous_buffer function? I can bind
> "alt+left" for it if there is.
>
> Thank you.
> Mike.
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
[2011 date index]
[2011 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]