In article
<out-51631b25.md-1.4.17.chris.yo...@unsatisfactorysoftware.co.uk>,
   Chris Young <chris.yo...@unsatisfactorysoftware.co.uk> wrote:

> The core handling of Ctrl-V (and any other similar shortcuts) probably
> needs to be tracked down and obliterated.

The core handling of Ctrl-V is the only supported way of pasting.

When you select "Paste" in a menu, the front end should be implementing it
by passing Ctrl-V to the core.

When the core gets a Ctrl-V it passes it on internally to whatever has
input focus.  If there is a textarea with focus, the textarea handles the
keypress (by calling gui_get_clipboard, in the case of Ctrl-V).

-- 

Michael Drake (tlsa)                  http://www.netsurf-browser.org/

Reply via email to