sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55555
[Question #692189]: Sikuli cannot be forced closed by shift+ctrl+c
New question #692189 on Sikuli:
https://answers.launchpad.net/sikuli/+question/692189
was testing the hotkey function and it wont let me force stop sikuli until it finished the event (if i hold the hotkey down and queued too many events), only way to preemptively stop it was to end task from task manager. shift+ctrl+c DOES NOT work
script in question
def Handl(event):
type("1")
type("2")
Env.addHotkey(Key.F1, 0, Handl)
while True:
wait(0.1)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.