sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55554
[Bug 1890120] [NEW] Sikuli cannot be forced closed by shift+ctrl+c. huge bug
Public bug reported:
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)
** Affects: sikuli
Importance: Undecided
Status: New
** Description changed:
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.
+ 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
- code in question
+ script in question
def Handl(event):
- type("1")
- type("2")
+ type("1")
+ type("2")
Env.addHotkey(Key.F1, 0, Handl)
while True:
- wait(0.1)
+ wait(0.1)
--
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. huge bug
Status in Sikuli:
New
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
Follow ups