Question #210418 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210418

    Status: Answered => Open

emrah kara is still having a problem:
that is my code now to test wether the normal copy/paste works:

1- screen.type("a", InputEvent.META_MASK);         //(mac) it works     
2- screen.type("x", InputEvent.META_MASK);         // (mac) it works
                
Thread.sleep(6000);
                
3- screen.type("v", InputEvent.CTRL_MASK);     // (parallels-windows)  it works
                
4- screen.paste("google.de");            //  (parallels-windows) it doesnt 
work. it pastes the same from command 3

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to