[Sikuli-driver] [Question #204031]: How to press Control and A key in key board at a time to select all

2012-07-24 Thread manas
New question #204031 on Sikuli: https://answers.launchpad.net/sikuli/+question/204031 How to press Control and A key in key board at a time to select all -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #204031]: How to press Control and A key in key board at a time to select all

2012-07-24 Thread RaiMan
Question #204031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204031 Status: Open => Answered RaiMan proposed the following answer: look docs http://sikuli.org/docx/keys.html#key-constants -- You received this question notification because you are a member of Sikuli Dri

Re: [Sikuli-driver] [Question #204031]: How to press Control and A key in key board at a time to select all

2012-07-24 Thread manas
Question #204031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204031 Status: Answered => Open manas is still having a problem: But there is no alphabet key to enter. or can i use type("A") for alphabet key like A or not? -- You received this question notification becaus

Re: [Sikuli-driver] [Question #204031]: How to press Control and A key in key board at a time to select all

2012-07-24 Thread manas
Question #204031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204031 manas gave more information on the question: I want to write code for hold CTRL key and press A in key board to do select all and release after select all in a screen.How to achieve this -- You received thi

Re: [Sikuli-driver] [Question #204031]: How to press Control and A key in key board at a time to select all

2012-07-24 Thread RaiMan
Question #204031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204031 Status: Open => Answered RaiMan proposed the following answer: Yes it is such easy: type("a", KeyModifier.CTRL) do not use "A", because this would simulate Shift-Ctrl-a -- You received this question

Re: [Sikuli-driver] [Question #204031]: How to press Control and A key in key board at a time to select all

2012-07-24 Thread manas
Question #204031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204031 Status: Answered => Solved manas confirmed that the question is solved: Thanks a lots its solved my problem -- You received this question notification because you are a member of Sikuli Drivers, which