sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28145
Re: [Question #254203]: Hotkey Listener overrides hotkey use (ctrl-c)
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.