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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to