sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06869
Re: [Question #178729]: how to use sharp (#) key in type() function
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.