← Back to team overview

sikuli-driver team mailing list archive

[Question #686846]: Key.WIN does not work with VNC (Windows 10)

 

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.