Closing the application causes a Python error in NameError: name 'quit' is not defined
. I perused the source code and I’m not sure why that occurs, but I think it could be fixed by replacing the call to quit()
with a simple break
. Also, the provided shortcut does not work.