how to paste using the windows shortcut (CTRL_KEY + 'v' does not work)

Asked by Pablo Frank

how to paste using the windows shortcut: CTRL_KEY + 'v', or CTRL_KEY + "v", or CTRL_KEY + v do not work, and i couldn't fin anything in the documenation. The only thing related i found is in control keys page: http://sikuli.org/docx/keys.html
thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

the Sikuli command would be (as noted in the docs you found):
type("v", KEY_CTRL)

the stuff that is in the clipboard in this moment will be pasted to the currently focused window/entryfield or whatever has focus.

Revision history for this message
Pablo Frank (frank-pablo) said :
#2

Thanks RaiMan, that solved my question.