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

RaiMan posted a new comment:
@Deses
type() definitely does not work with non-us keyboards and cannot be used for 
most special characters, especially all characters having a non ascii 
representation.
This is still valid with Sikuli's newest version X-1.0rc3.

# -*- coding utf-8 -*-
only means, that you can use utf-8 characters in your script. This does not 
mean anything for type().
This is no longer needed with the newest version.

conclusion: use paste() instead of type() (as already mentioned in the
first comment)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to