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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

