should first be a question

** Summary changed:

- Sikuli cannot be forced closed by shift+ctrl+c. huge bug
+ Sikuli cannot be forced closed by shift+ctrl+c

** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/692189

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1890120

Title:
  Sikuli cannot be forced closed by shift+ctrl+c

Status in Sikuli:
  Invalid

Bug description:
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1890120/+subscriptions

_______________________________________________
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