← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #171679]: WINDOWS KEY how???

 

Question #171679 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171679

RaiMan proposed the following answer:
@Harry
KEY_WIN (deprecated in rc3) is a modifier key and cannot be used as the first parameter 


@ Ezequiel

correct for rc2: 
type("r", KEY_WIN)

beginning with rc3:
type("r", KeyModifier.WIN) # preferred

Using Key.WIN with keyDown() is still not possible with rc3 (bug 836453)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.