← Back to team overview

sikuli-driver team mailing list archive

[Bug 523145] Re: Win 7/XP: ALT-SHIFT-C not killing a running script (IDE or .skl) --- fixed in X-1.0rc2

 

** Summary changed:

- Win 7/XP: ALT-SHIFT-C not killing a running script (IDE or .skl)
+ Win 7/XP: ALT-SHIFT-C not killing a running script (IDE or .skl) --- fixed in X-1.0rc2

** Changed in: sikuli
       Status: New => Fix Released

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

Title:
  Win 7/XP: ALT-SHIFT-C not killing a running script (IDE or .skl) ---
  fixed in X-1.0rc2

Status in Sikuli:
  Fix Released

Bug description:
  Question: https://answers.launchpad.net/sikuli/+question/101330

  I've noticed that after installing Sikuli on my Windows 7 machine the
  ALT-SHIFT-C combo no longer kills a running script. Is this a known
  issue?

  My own test:
  while None != input("hallo"):
     for i in range(1,10,1):
        find( )
  As long as I do not click "Cancel" on "hallo" the script repeatedly does 10 find().

  At no time its possible to stop it with alt-shift-c