← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #253035]: How to use Alt+space+r to restore the window screen

 

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

    Status: Open => Answered

Eugene S proposed the following answer:
Hi,

Try that:

type(Key.SPACE, KeyModifier.ALT)
waitFor(.5)
type('r')

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