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

    Status: Open => Answered

masuo proposed the following answer:
Key.CTRL is a character code.
KeyModifier.CTRL is a integer value.

[example code for understanding by Python:]
a = []
a.append(Key.CTRL)
a.append(KeyModifier.CTRL)
print a

-- 
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