0

Will it register KeyboardInterrupt exception instead? The application logic assumes there will be at least one Psychopy window active at the time, but the keyboard commands can be input into the console window.

ivan866
  • 554
  • 4
  • 10

1 Answers1

0

You can see my code to capture control-C, an explanation of how/why it works, a trap to avoid in making it work with PsychoPy's waitKeys(), and a pointer to another helpful stackoverflow discussion, here.