sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05636
Re: [Question #172411]: Java equivalent of screen.type("g", KEY_CMD|KEY_SHIFT)
Question #172411 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172411
Status: Open => Answered
Tsung-Hsiang Chang proposed the following answer:
r = new Region(); // or new Screen();
r.type("g", KeyModifier.CMD | KeyModifier.SHIFT)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.