Re: [Sikuli-driver] [Question #690397]: Using 1.x not saving logs

2020-05-04 Thread xyz_User
Question #690397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690397 xyz_User posted a new comment: Still looking for assistance with this :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #404260]: keydown() doesn't work

2020-05-04 Thread Christos
Question #404260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404260 Christos posted a new comment: Yes. Comment #5 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread Alsabit Siyyid
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 Alsabit Siyyid posted a new comment: @RaiMan Thank you for the response. So just to make sure I am understanding correctly, there is nothing in SikuliX that can automate a key repeat feature? That feature

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread RaiMan
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 RaiMan proposed the following answer: as mentioned in the other question: keyDown in SikuliX (Java Robot) does not trigger the key repeat feature (works only if keyboard is used manually) this repeatedly

Re: [Sikuli-driver] [Question #404260]: keydown() doesn't work

2020-05-04 Thread Alsabit Siyyid
Question #404260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404260 Alsabit Siyyid posted a new comment: Has an answer been achieved for this question? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread Alsabit Siyyid
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 Alsabit Siyyid posted a new comment: @masuo I've even tried the for loop method he recommended but that doesnt seem to work either. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread Alsabit Siyyid
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 Alsabit Siyyid posted a new comment: @masuo So theres no way to trigger the keyboard repeat function? -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread masuo
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 masuo proposed the following answer: see #1 answer https://answers.launchpad.net/sikuli/+question/404260 RaiMan answered the question as follows: keyDown() does not trigger the keyboard repeat function

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread Alsabit Siyyid
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 Alsabit Siyyid posted a new comment: @masuo Thanks. I tried all the things mentioned in that post aside from running sikuli as an administrator. I am still not getting the desired outcome. Manually, I hold

Re: [Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread masuo
Question #690430 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690430 Status: Open => Answered masuo proposed the following answer: There is a similar question. https://answers.launchpad.net/sikuli/+question/404260 -- You received this question notification because your

[Sikuli-driver] [Question #690430]: Holding a number key button down for a few seconds

2020-05-04 Thread Alsabit Siyyid
New question #690430 on Sikuli: https://answers.launchpad.net/sikuli/+question/690430 Hello, for my particular software, I need to hold down the "1" key for at least 3 seconds to form a binding and save a new view of the screen. I tried the following code to do this: keyDown("1") wait(5)