Maybe I did not make myself clear. I need to insert a text from clipboard (or a text of any type) at cursor place pressing a button or some other stuff, not ctrl+v. Something like this:
The problem with set text: "NodeWebkit.ClipboardText" is that it clear all existing text in the box. Theres no function to paste at cursor place or insert the text you want in a given position inside a string.
I searched it more than eight minutes, but I assume that what I need is a too specific feature.