On Mon, Apr 20, 2020 at 08:46:42PM +0530, s...@stof999.ch wrote:
> hi halaasz
> > Well, one can assign a key to "TO_CLIPBOARD". I assign "S" to it.
> > See the key-map, at first assigned to "k".

> i guess "TO_CLIPBOARD" is doing something with selected text?

No it is not; it is doing exactly what you asked for.

Specifically, when you press the TO_CLIPBOARD key, it first asks
you whether you want to save the URL of the current document or of
the current link.  It then runs the command $RL_CLCOPY_CMD with the
approrpiate URL on standard input.  This command is supposed to copy
the text to your clipboard, although it could do anything you want.

RL_CLCOPY_CMD is an environment variable that you can set before
executing Lynx.  If you are using an X11 system and have 'xclip'
installed on your system then

export RL_CLCOPY_CMD='xclip -i'

would be an appropriate setting to let Lynx copy URLs to the clipboard.

imc

_______________________________________________
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to