Question #203331 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/203331

    Status: Open => Answered

RaiMan proposed the following answer:
at 1.
use App.focus("some text from window title")

at 2.
If the command prompt has focus:
type(Key.SPACE, KeyModifier.ALT) # opens window menu
wait(1)
type("n") # minimize

Have a look at your window menu for the shortcut character for minimize
(I am working with german versions)

-- 
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

Reply via email to