Skip to content
Prev 342888 / 398506 Next

break loop with keypress

You could create a tcltk window that looks for a button click and/or
key press and when that happens change the value of a variable.  Then
in your loop you just look at the value of the same variable and break
when the value changes.

On Tue, Aug 5, 2014 at 6:13 AM, William Simpson
<william.a.simpson at gmail.com> wrote: