sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17605
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:
according to http://symbolcodes.tlt.psu.edu/accents/codealt.html
the ° symbol is ALT+NUM1+NUM7+NUM6
so this should produce 248°
with the command window having focus:
type("248")
type(Key.NUM1+Key.NUM7+Key.NUM6, KeyModifier.ALT)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.