Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005:
> On Apr 9, 2005 8:02 AM, Jonas Fonseca <[EMAIL PROTECTED]> wrote:
> > Jim Tucker <[EMAIL PROTECTED]> wrote Sat, Apr 09, 2005:
> > > Thanks for your response.  I can copy using the mouse now.  Is there
> > > some way to select and copy text using only the keyboard?
> > 
> > That would be cool but is not possible (yet! ;) It should not be so hard
> > to add. We already have cursor routing so it is probably just a matter
> > of adding keybindings for entering and leaving a visual mode.
> 
> Thanks.  I guess I'll have to wait.
> 
> How do I invoke cursor routing?

Put

        bind "main" "Ctrl-W" = "move-cursor-up"
        bind "main" "Ctrl-S" = "move-cursor-down"
        bind "main" "Ctrl-A" = "move-cursor-left"
        bind "main" "Ctrl-D" = "move-cursor-right"

or similar in ~/.elinks/elinks.conf ...

-- 
Jonas Fonseca
_______________________________________________
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to