Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-18 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Status: Answered => Solved jerome confirmed that the question is solved: Sure...Thanks Raiman -- You received this question notification because your team Sikuli Drivers is an answer contact for Si

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-18 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-16 Thread RaiMan
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 RaiMan proposed the following answer: no specials for use of SikuliX: - either setup a Maven or Gradle project - or use a correctly setup sikulixapi.jar as lib in your project The next days I will try and

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome posted a new comment: Only Java Programming with Sikuli -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread RaiMan
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 RaiMan requested more information: Python scripts or Java Programming? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 jerome posted a new comment: Wow Thanks Raiman...Its working fine ...can i have any links or doc for working sikuli in eclipse -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread RaiMan
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Status: Open => Answered RaiMan proposed the following answer: Ctrl+T, Ctrl+T , Ctrl+E is it? Ctrl+t, Ctrl+t , Ctrl+e if yes, s.type("e", KeyModifier.CTRL); because: s.type("E", KeyModifier.CTRL); i

Re: [Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
Question #664439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664439 Description changed to: Ctrl+T, Ctrl+T , Ctrl+E.not working...Plz assist me in this. Code: package sikulipak; import org.sikuli.script.FindFailed; import org.sikuli.script.Key; import org.sikuli.sc

[Sikuli-driver] [Question #664439]: In Sikuli how to enter Ctrl+A, Ctrl+T keys in Eclipse Java

2018-02-15 Thread jerome
New question #664439 on Sikuli: https://answers.launchpad.net/sikuli/+question/664439 Ctrl+T, Ctrl+T , Ctrl+E.not working...Plz assist me in this. Code: package sikulipak; import org.sikuli.script.FindFailed; import org.sikuli.script.Key; import org.sikuli.script.KeyModifier; import org