Key.WIN does not work with VNC (Windows 10)

Asked by João Ferreira

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"

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

what about
type("r", Key.WIN)

Revision history for this message
João Ferreira (joaopferreira) said :
#2

I've tried that too.

Could it be a problem with my jdk version? I'm using version 1.8.0_221

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.