sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12842
[Question #207360]: Java: How to slow down a key combination
New question #207360 on Sikuli:
https://answers.launchpad.net/sikuli/+question/207360
I want to minimize the active window without using Screen.click()
The key combination for doing this is: Alt + Space +n
This is how I have it in eclipse:
Screen s = new Screen()
s.type(null, Key.SPACE+ "n", KeyModifier.ALT);
The problem is that it seems to try and hit the keys too quickly and thus, nothing happens.
Any assistance would we welcomed
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.