Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2021-03-22 Thread RaiMan
Question #252980 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/252980 RaiMan posted a new comment: Sorry :-( try: type(Key.TAB, Key.ALT) -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. __

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2021-03-22 Thread RaiMan
Question #252980 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/252980 RaiMan posted a new comment: try: type(key.TAB, Key.Alt) -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. _

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2021-03-22 Thread Nawar Samir
Question #252980 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/252980 Nawar Samir posted a new comment: Hello, i try to write it: keyDown(Key.ALT) type(Key.TAB) keyUp() but in Sikulix 2.0.4 API (Eclips, Java). such as: public class SwitchWindow { public static vo

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Harry
Question #252980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252980 Status: Answered => Solved Harry confirmed that the question is solved: Thanks it worked. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer conta

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Eugene S
Question #252980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252980 Status: Open => Answered Eugene S proposed the following answer: Just try: keyDown(Key.ALT) type(Key.TAB) keyUp() -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Harry
Question #252980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252980 Status: Answered => Open Harry is still having a problem: Not just Alt+Tab but to switch between the open apps i want to use Alt(long press) + tab . I didn't got any solution please help. -- You rece

Re: [Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Eugene S
Question #252980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252980 Status: Open => Answered Eugene S proposed the following answer: Hi, If you mean just Alt + TAB you can do that in the following manner: type(Key.TAB, KeyModifier.ALT) You can read more about that in k

[Sikuli-driver] [Question #252980]: Is there a way to long press ALT key .

2014-08-12 Thread Harry
New question #252980 on Sikuli: https://answers.launchpad.net/sikuli/+question/252980 Is there a way to long press ALT key .As i want to open a particular app using Alt(long press) + tab -- You received this question notification because you are a member of Sikuli Drivers, which is an answer c