how to press Two keys together

Asked by thomas

I want to copy few items. I have tried the following, but its not working......

type (Key.CTRL, KeyModifier.C)

                       or

type(Key.CTRL,Key_C)

                      or

type(Key.CTRL + Key_C)

But none of them are working...
can anyone help me out of this problem

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
thomas
Solved:
Last query:
Last reply:
Revision history for this message
thomas (ramitdas2009) said :
#1

type("c", KeyModifier.CTRL)

Problem solved by Mr. RaiMan (raimund-hocke)