how to to do copy/paste action using keyboard keys in sikuli java using eclipse...

Asked by Vaishali

I used s.type("c"+Key.CTRL); for coping bt its not working....

Question information

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

Can you try this?

type("c", KeyModifier.CTRL)

Revision history for this message
Vaishali (vaishoo-vasu) said :
#2

Thanks tlondon, that solved my question.