Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-18 Thread KaMiNsKy
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Answered => Solved KaMiNsKy confirmed that the question is solved: thanks, work without wait -- You received this question notification because you are a member of Sikuli Drivers, which is an a

Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-18 Thread RaiMan
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Open => Answered RaiMan proposed the following answer: Might be a timing problem. Try this: type(Key.Space, KeyModifier.ALT) # opens window menu wait(0,5) type("x") -- You received this questi

Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-18 Thread KaMiNsKy
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Needs information => Open KaMiNsKy gave more information on the question: ALT+SPACE+X its hot key for maximize window, i want type it -- You received this question notification because you are

Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-18 Thread RaiMan
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Open => Needs information RaiMan requested more information: Hot key? What are you trying? addHotkey()? -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-18 Thread KaMiNsKy
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Answered => Open KaMiNsKy is still having a problem: unfortunately does not work as a hot key -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-17 Thread KaMiNsKy
New question #235879 on Sikuli: https://answers.launchpad.net/sikuli/+question/235879 Can Sikuli simulate ALT+SPACE+X? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Ma

Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-17 Thread RaiMan
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Open => Answered RaiMan proposed the following answer: type(Key.SPACE+"x", KeyModifier.ALT) -- You received this question notification because you are a member of Sikuli Drivers, which is an an