← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #209668]: How to hold "shift" + click + drag?

 

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

RaiMan posted a new comment:
this lets you control everything:

keyDown(Key.SHIFT)
wait(0.1)
mouseDown(Button.LEFT)
wait(0.1)
mouseUp()
wait(0.1)
keyUp()

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.