← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #677799]: Use dotted characters in Windows

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
this does what it should:

App.focus("notepad")
wait(2)
paste(unicd("áéöüóőúű"))

in Notepad window there is then:
áéöüóőúű

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.