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

    Status: Open => Answered

RaiMan proposed the following answer:
--- at 1:
App.focus() only works for ASCII-characters in the moment (see bug 784967)

--- at 2:
on this we have another bug: bug 682281

you might try the workaround:
after firing App.focus() use:

wait(1); type(" ", KEY_ALT); type("x")

this accesses the window menu and opens window

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