sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05120
Re: [Question #169454]: [Java] using type with key events in eclipse
Question #169454 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/169454
RaiMan posted a new comment:
@Vince:
I again looked into the source:
if you want to simulate an Alt-F4 key combination (Windows: close window) you have to use:
s.type(null, Key.F4, KeyModifier.ALT);
and this should work.
So please confirm, that your solution works without errors and really does the same:
s.type(null, Key.F4 + KeyModifier.ALT);
since this should be a bug.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.