Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-11-17 Thread vivek
Question #173368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173368 vivek posted a new comment: Thanks Harry. Key modifier worked for me -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-10-05 Thread UmaMaheshwarRao
Question #173368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173368 Status: Answered => Solved UmaMaheshwarRao confirmed that the question is solved: Thanks. It worked. passing the "regular" key as the first argument works. but instead of Key.WIN I need to pass it as K

Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-10-05 Thread Harry Readinger
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

Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-10-05 Thread UmaMaheshwarRao
Question #173368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173368 Summary changed to: how to simulate Key Down Combinations ( Win Key + D) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.