logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Assign Ctrl-left arrow to move to previous word: msg#00113

Subject: 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




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>