Question #703663 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/703663

    Status: Open => Answered

Manfred Hampl proposed the following answer:
You have to put the C between quotes to specify that it is the character "C" 
and not a variable with that name.
keyDown("C")
or
keyDown("c")
if it is without "shift".

What is the exact error message for the mouse click? (I assume it cannot
be "...  at input 'keyDown'")

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

_______________________________________________
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