Exiting a loop with a keypress
I often let loops exit and terminate themselves when writing my scripts, but once in a while I want to be able to exit out of the script and let the rest of the script continue on. It’s not difficult to implement this, and with a few lines can easily be implemented.
Read More