← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #226168]: Typing with swedish letters

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
currently on Windows this is the only possibility with type() to use
such special non-US characters.

But you might use paste() instead, which allows to use any utf8
character.

Be aware: For special keys like arrow keys and other special keys you
have to use type()

e.g.
paste("Björn")
type(Key.TAB) # get to next field
paste("Sårstrup")
type(Key.ENTER)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.