← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #203906]: How to open run window : type("R", KeyModifier.WINDOWS) is not working

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
might be a typo - should be:

type("R", KeyModifier.WIN)

and to open the run window it must be:

type("r", KeyModifier.WIN)

with the lower case  letter.

Your version would make shift-win-r, which does nothing.

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