Question #679226 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679226
Status: Open => Answered
RaiMan proposed the following answer:
the only thing I can see, is that you are mixing the SikuliX AWT Robot
(type()) with your own Robot instance.
Not sure what that might do.
Why don't you use the SikuliX features like
type("r", Key.WIN)
instead of
robot.keyPress(KeyEvent.VK_WINDOWS);
robot.keyPress(KeyEvent.VK_R);
robot.keyRelease(KeyEvent.VK_WINDOWS);
robot.keyRelease(KeyEvent.VK_R);
BTW: 1.1.2 is no longer supported for such special cases.
Use 1.1.4 snapshot
--
You received this question notification because your team Sikuli Drivers
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