sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13216
Re: [Question #208921]: How to send alt+printscreen command from sikuli?
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.