- Subject: Re: [Jed-users-l] key binding & arrow keys
- From: Henry Harpending <harpend@xxxxxxxxx>
- Date: Sat, 23 Jul 2011 15:12:03 -0600
On Jul 23, 2011, at 11:38 AM, Manfred Hanke wrote:
> 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
_______________________________________________
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]