Question #178729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/178729

    Status: Open => Answered

RaiMan proposed the following answer:
-- 1. see faq 933 (typing special characters)

-- 2. type(Keys.CMD) is wrong (modifier keys cannot be typed, only pressed with 
keyDown())
see docs for details: http://sikuli.org/docx/keys.html#key-constants

-- 3. Python keycodes
cannot be used with Sikuli, since the interpreter is Jython and the access to 
the keyboard is done through the underlying Java classes.

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to