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

    Status: Open => Answered

RaiMan proposed the following answer:
the notation of the keys needs an uppercase K (a class name, the docs
would have told you ;-)

type(Key.PRINTSCREEN, KeyModifier.ALT)

or

keyDown(Key.ALT)
keyDown(Key.PRINTSCREEN)
keyUp()

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