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

RaiMan proposed the following answer:
@rekem
How do you know, that keyDown(Key.SHIFT) does not work?

a simple test:
take care, that some editor window is the frontmost application or something 
else, that accepts input.

keyDown(Key.SHIFT)
type("a")
KeyUp()

should enter an uppercase A

If this works, then the most probable cause for a not-working keyDown() is that 
the game blocks non-human keyboard actions.
Try to run the IDE or the script as admin.

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to