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

Description changed to:
---- workaround ----------------
# add to main script
def StopScript(event):
    sys.exit()
Env.addHotkey(<<key>>,<<modifier>>, StopScript)
# use a suitable key/modifier combination
------------------------

I'm running my script from command line, and i know that hotkey "ALT+SHIFT+C" 
can do that.
However, hotkey conflict makes this not work sometimes.... 
Is there any other reliable way to stop the current running script?

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to