jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Assign Ctrl-left arrow to move to previous word


Doug Kramer <doog@xxxxxxxxxx> wrote:
>How do I assign Ctrl-left arrow key to move to previous word?
>I tried this (and other variations):
>
>  unsetkey ("^C-Left");
>  setkey ("bskip_word", "^C-Left");
>
>but this doesn't work.  I assume "-Left" must be replaced by
>something else.

Try:

   require ("keydefs");
   setkey ("bskip_word", Key_Ctrl_Left);

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]