Missing Key Class for the Win key

Asked by Robin Siebler

Is there a key class for the Win key?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Right now the Win-Key is only defined as a key modifier constant, to be used in a combination with typed text like type("e", KEY_WIN). A constant like Key.ENTER is not defined for the Win-Key.

Find out a combination that "simulates" the Win-Key and use type("the-caracter-you-found", KEY_WIN) (try a space e.g.).

Revision history for this message
RaiMan (raimund-hocke) said :
#2

Will be available with version 0.10. (just some days to wait)

Can you help with this problem?

Provide an answer of your own, or ask Robin Siebler for more information if necessary.

To post a message you must log in.