Re: [Sikuli-driver] [Question #705066]: How to stop running script when ALT+SHIFT+C is not possible? --- workaround

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 Description changed to: workaround (thanks to post #2) # add to main script def StopScript(event): sys.exit() Env.addHotkey(<>,<>, StopScript) # use a suitable key/modifier

Re: [Sikuli-driver] [Question #705066]: How to stop running script when ALT+SHIFT+C is not possible? --- workaround

2023-02-16 Thread RaiMan
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(<>,<>, StopScript) # use a suitable key/modifier combination

Re: [Sikuli-driver] [Question #705066]: How to stop running script when ALT+SHIFT+C is not possible? --- workaround

2023-02-16 Thread RaiMan
Question #705066 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705066 Summary changed to: How to stop running script when ALT+SHIFT+C is not possible? --- workaround -- You received this question notification because your team Sikuli Drivers is an answer contact for