how to press CTRL + C keys together

Asked by thomas

Have tried

type(Key.CTRL, KeyModifier.V)

but it is not working

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:

This question was reopened

Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

sometimes the docs help: http://sikuli.org/docx/keys.html#key-constants

type("c", KeyModifier.CTRL)

Revision history for this message
RaiMan (raimund-hocke) said :
#2

Do not ask the same question again as comment to other questions.
Stay with your own questions.

Revision history for this message
thomas (ramitdas2009) said :
#3

Thank you friend its working fine... Respect

Revision history for this message
thomas (ramitdas2009) said :
#4

okkkkkkkkkkkkk

Revision history for this message
thomas (ramitdas2009) said :
#5

Thanks RaiMan, that solved my question.