lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] paste and… Re: copy URL to clipboard shortcut


From: Thorsten Glaser
Subject: [Lynx-dev] paste and… Re: copy URL to clipboard shortcut
Date: Mon, 20 Apr 2020 19:42:09 +0000 (UTC)

Dixi quod…

>export RL_CLCOPY_CMD='xsel -i'
# and
export RL_PASTE_CMD='xsel -o'

>… for the PRIMARY selection (“middle click”), and…
>
>export RL_CLCOPY_CMD='xsel -ib'
# and
export RL_PASTE_CMD='xsel -ob'

>… for the CLIPBOARD (“Ctrl-V” or “Shift-Insert”).

>>>On 4/20/20 7:35 PM, Halaasz Saandor via Lynx-dev wrote:
>
>>>>Well, one can assign a key to "TO_CLIPBOARD". I assign "S" to it.

>For the archives, you’ll need to add…
>
>KEYMAP:S:TO_CLIPBOARD
>
>… to your /etc/lynx.cfg for this.

There’s also a PASTE_URL, which acts like ‘g’ + paste + Enter,
from what I can gather quickly scanning the source.

Not very useful.

There should be PASTE (editmap) bound to ^W, but that doesn’t work
either. (Incidentally, ^W also doesn’t do what it normally does in
Emacs editing mode.) Did anyone get THAT to work (because THAT ac‐
tually would be useful) and if so, how?

bye,
//mirabilos
-- 
Yay for having to rewrite other people's Bash scripts because bash
suddenly stopped supporting the bash extensions they make use of
        -- Tonnerre Lombard in #nosec



reply via email to

[Prev in Thread] Current Thread [Next in Thread]