sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17642
Re: [Question #227318]: Windows: How to type a '°'?
Question #227318 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227318
Status: Open => Answered
RaiMan proposed the following answer:
Ok, I already had some doubts.
The ALT key is pressed and released with every num key, which is not the expectation.
Then this should work:
keyDown(Key.ALT) # press and hold
type(Key.NUM0+Key.NUM1+Key.NUM7+Key.NUM6)
keyUp() # release ALT key
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.