Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-09-11 Thread Anandhi Vairamanickam
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Answered => Solved Anandhi Vairamanickam confirmed that the question is solved: Thanks Alex Lunyov, that solved my question. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-09-06 Thread Alex Lunyov
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Open => Answered Alex Lunyov proposed the following answer: It seems that key stroke could be lost in other application than target. Check please. -- You received this question notification

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-09-05 Thread Anandhi Vairamanickam
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Answered => Open Anandhi Vairamanickam is still having a problem: Manfred, I tried the below line of code in Sikuli script but it didn't work. type(Key.F8) I got the message "[log] TYPE

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-09-01 Thread Manfred Hampl
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Open => Answered Manfred Hampl proposed the following answer: I assume that you are talking about a laptop that has two functions on some of the F1...F12 keys (sound on/off, internal/external

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-08-31 Thread Manfred Hampl
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Open => Answered Manfred Hampl proposed the following answer: Read the manual. http://sikulix-2014.readthedocs.io/en/latest/keys.html -- You received this question notification because your

[Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-08-31 Thread Anandhi Vairamanickam
New question #657192 on Sikuli: https://answers.launchpad.net/sikuli/+question/657192 Hi, In Sikuli we have key attributes Key.Enter to press the ENTER key and Key.Tab to press the TAB key in the keyboard. Similarly, I would like to know the key attribute for the Function key 'Fn' in Sikuli