Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Dillon
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Status: Open => Solved Dillon confirmed that the question is solved: Works splendidly! Thank you very much. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Alex
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Alex posted a new comment: I'm not aware of the existence of this functionality. The [Key Constants](http://sikulix-2014.readthedocs.io/en/latest/keys.html) help page lists all of the available special keys.

Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Dillon
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Status: Needs information => Open Dillon gave more information on the question: Post updated. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Dillon
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Description changed to: Is there a function to get the name of a key as a string in Python? Example str(Key.WIN) -> "Windows" -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Alex
Question #670913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670913 Status: Open => Needs information Alex requested more information: Can you provide more information? The following commands work fine in Sikuli: CTRL+A to select all type('a', Key.CTRL) type(Key.TAB,

[Sikuli-driver] [Question #670913]: Get key name in python

2018-07-16 Thread Dillon
New question #670913 on Sikuli: https://answers.launchpad.net/sikuli/+question/670913 Is there a function to the name as a string of a key in Python like Key.CTRL? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.