Question #246919 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246919
Status: Open => Answered
RaiMan proposed the following answer:
my nickname is RaiMan ;-)
dragDrop does not have a 3rd parameter defined.
If you need the ALT-Key pressed during the dragDrop operation, you have to use
keyDown(Key.ALT)
dragDrop(from, to)
keyUp()
for a fine-grained drag-drop workflow, you have to split up the
operation into it's atomic parts using the low level mouse and keyboard
actions.
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp