← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235879]: Can Sikuli simulate ALT+SPACE+X

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Might be a timing problem.

Try this:
type(Key.Space, KeyModifier.ALT) # opens window menu
wait(0,5)
type("x")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.