In article
<OUT-51631B25.MD-1.4.17.chris.young@unsatisfactorysoftware.co.uk>,
Chris Young <chris.young@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/
No comments:
Post a Comment