← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #227953]: How to type Windows key + 'd' on Windows 8

 

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

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hi.

I don't have Windows 8 but, with no click, try this : 
hover(Region(SCREEN.getBounds()).getBottomRight()) # display the charm bar
sleep(2)
type(Key.DOWN*3 + Key.ENTER) # Select the windows icon in charm bar

Tell me if it's okay.
Why don't you want to use the click function ?

Regards.

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