sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05910
Re: [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)
Question #173368 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/173368
Status: Open => Answered
Harry Readinger proposed the following answer:
it would be type("d", Key.WIN)
for windows + D
NOTE: you must always put the "regular" key first, so type(Key.WIN, "d")
wouldn't work (to my knowledge).
Hope this helps.
Read: http://sikuli.org/docx/keys.html?highlight=key%20modifiers#key-
constants for in depth information
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.