sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11066
Re: [Question #200167]: Command for "Ctrl"key + Mouse left click
Question #200167 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200167
Status: Open => Answered
RaiMan proposed the following answer:
same with Sikuli:
-- click() on the first file
-- keyDown(Key.CTRL)
-- click() on additional files
--- keyUp()
But depending on what you want to achieve, especially when the files are
on your local system, it might be much easier to use the respective
Python/Jython modules for file and directory handling.
There are some Q&A's around here.
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.