sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45521
Re: [Question #663268]: Hotkeys not working accordingly
Question #663268 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663268
Status: Answered => Solved
sami baig confirmed that the question is solved:
Thanks RaiMan, you solved my problem but please clear one more picture,
when I ran below script directly from SikuliX IDE, it is still running
and IDE not displaying yet, so tell me how should I stop it ?
Script:
def openChrome(event):
click("1516306798475.png")
Env.addHotkey("n", KeyModifier.ALT + KeyModifier.CTRL, openChrome)
while True:
wait(1)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.