Re: [Sikuli-driver] [Question #195920]: Can't get the Command key combos to work (Mac OS Lion, VMWare)

2012-05-04 Thread RaiMan
Question #195920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195920 Status: Open = Answered RaiMan proposed the following answer: when using type for keyboard shortcuts like cmd-w, you have to use lowercase characters, because using uppercase characters adds an

[Sikuli-driver] [Question #195920]: Can't get the Command key combos to work (Mac OS Lion, VMWare)

2012-05-03 Thread Andrew P
New question #195920 on Sikuli: https://answers.launchpad.net/sikuli/+question/195920 Hi, For some reason, I can't get Sikuli to send the Command key combinations. This is the code I use: click(image.png) type(W, KeyModifier.CMD) This is supposed to close a window in Finder. I tried .META,

Re: [Sikuli-driver] [Question #195920]: Can't get the Command key combos to work (Mac OS Lion, VMWare)

2012-05-03 Thread Andrew P
Question #195920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195920 Andrew P gave more information on the question: Ok, just solved the problem myself, but I have no idea why the previous code didn't work and this one does: type('w', KeyModifier.CMD) Also, the

Re: [Sikuli-driver] [Question #195920]: Can't get the Command key combos to work (Mac OS Lion, VMWare)

2012-05-03 Thread Andrew P
Question #195920 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195920 Andrew P posted a new comment: Not marking this as Solved in hope that someone provides an explanation for this behavior. -- You received this question notification because you are a member of Sikuli