Activity log for bug #1890120

Date Who What changed Old value New value Message
2020-08-03 08:27:23 kai yung ezra chua bug added bug
2020-08-03 08:28:59 kai yung ezra chua description was testing the hotkey function and it wont let me force stop sikuli until it finishes the event, need to end task from task manager if i hold the hotkey down and queued too many events. shift+ctrl+c DOES NOT work. code in question def Handl(event): type("1") type("2") Env.addHotkey(Key.F1, 0, Handl) while True: wait(0.1) 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)
2020-08-03 10:09:52 RaiMan summary Sikuli cannot be forced closed by shift+ctrl+c. huge bug Sikuli cannot be forced closed by shift+ctrl+c
2020-08-03 10:10:21 RaiMan sikuli: status New Invalid
2020-08-03 10:10:21 RaiMan converted to question 692189
2020-08-03 10:11:08 kai yung ezra chua removed subscriber kai yung ezra chua