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

    Status: Open => Answered

RaiMan proposed the following answer:
if you are using type(), then with version 1.0.1+ you have this:

Settings.TypeDelay = 0.5
type("some text")

this will:
- insert a pause of 500 milliseconds between each character
- be reset to 0.0 after the type() (one time usage)
- cut the given value to max 1 second

if you are using paste():
this is as it is (simulates a ctrl-v)

-- 
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