sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10216
Re: [Question #194758]: How to simulate Ctrl-Insert? type(KeyModifier.CTRL + Key.INSERT)
Question #194758 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194758
Status: Open => Answered
RaiMan proposed the following answer:
It seems, that the docs are not clear enough.
it has to be:
type(Key.INSERT, KeyModifier.CTRL)
The KeyModifier.XXXX have to be in the second parameter, more than one
concatenated with +
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.