I found a solution for using the 'ESC' key to halt the raspberry pi when playing videos with Adafruit video looper It involved editing the Python file ~/pi_video_looper/Adafruit_Video_Looper/video_looper.py Then at the top add : from subprocess import call and in the quit function , line 243. Add th...