← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #661991]: Sikuli seems to be functioning fine but shift-click not working

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
might be a typo - must be:
keyDown(Key.SHIFT)

If it is not a typo:
especially games often have their special implementation of the user interface or even block actions, that are not sent by real devices.

But your manual test tells, that you might try with
keyDown(Key.SHIFT)
keyUp()
click(..)
click(...)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.