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

RaiMan posted a new comment:
ok understood.

then this should help:

wait(0.3f); // or an even higher value 
type("c", Key.CTRL)

or
wait(0.3f); // or an even higher value 
key.Down(Key.CTRL)
wait(0.1f)
type("c")
keyUp()

I doubt that the "inner" extra waits are needed.

sorry for the wrong wait values: a float as seconds is needed.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to