sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03076
Re: [Question #160128]: problem sending ALT + F7
Question #160128 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/160128
Status: Needs information => Answered
RaiMan proposed the following answer:
type(Key.F7, KEY_ALT) (no need to use keyDown/keyUp in this case) is
correct and should work, if it is possible manually.
If it does not work with Sikuli, than your application might block (or
ignore) the Java Robot, which is used internally to simulate the
keystrokes. Then you currently have no chance to get it running.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.