juami / pytentiostat

python code for the JUAMI potentiostat
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Ctrl+c is not registered unless the command line is in focus #114

Closed jlhitt1993 closed 4 years ago

jlhitt1993 commented 5 years ago

If the user closes the plot by clicking the X then continues running experiments without restarting the program, the focus will switch from the command line to the new plot and Ctrl+c won't work unless the user clicks on the cmd window to bring it into focus. This won't happen if the user never closes the plot manually. Perhaps it can be fixed by explicitly focusing on the cmd window before each experiment.

jlhitt1993 commented 4 years ago

Fixed by #132