- Subject: Re: Assign Ctrl-left arrow to move to previous word
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Mon, 23 Jan 2006 02:48:46 -0500
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]