New question #689020 on Sikuli:
https://answers.launchpad.net/sikuli/+question/689020
def shortcut():
type(Key.CAPS_LOCK)
type(Key.ALT+"m"+"a")
wait(5)
if exists(ToolWindow):
print("shortcutkeys are working")
return True
else:
return False
Can someone please help why its not working in Sikuli1.1.4
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp