New question #686846 on Sikuli:
https://answers.launchpad.net/sikuli/+question/686846

Im using Sikulix to develop a java application.
Had to update to 2.0.0 due to a memory leak issue.
Since i updated Key.WIN doesnt work anymore.

i've tried everything, but this is how my code looks right now:

vncScreen.keyDown(Key.WIN);
vncScreen.type("r");
vncScreen.keyUp();

am i doing something wrong?

it just types "r"

The other control keys work perfectly.

Sikuli Logs show this:  [log] TYPE "r"



-- 
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

Reply via email to