sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42566
Re: [Question #634375]: Sikuli via Parallels and capitals / modifier Keys
Question #634375 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/634375
Status: Open => Answered
masuo proposed the following answer:
try a way to input character by ascii code.
keyDown(Key.ALT + Key.NUM8 + Key.NUM4)
keyUp(Key.ALT + Key.NUM8 + Key.NUM4)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.