sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07156
Re: [Question #121770]: WIN Key does not work
Question #121770 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/121770
RaiMan posted a new comment:
@ Don Pelletier
confirmed:
type("l", KEY_WIN) does not work for some reason.
A workaround on Win7:
type(Key.ESC, KeyModifier.CTRL)
type(Key.Right)
type(Key.Right)
now the little shutdown menu is open
type("X")
where X is the trigger character for the Lock Screen menu entry (S in my
german Win7)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.