I want to make a website similar to http://www.lidogotlights.com but I just can't seem to figure out the code to bring up an image to your screen when a key is pressed. I was able to open up the page source of the website, and it's basically just GIFs triggered on a pressed key. I seem to be just going in circles with my searches, I'm pretty sure that i need a KeyListener, I just don't know how to start. And that I might have to preload the images or hide them?
Also, is this possible with just javascript?
*P.S. I'm still very new coding so this doesn't need to be perfect,I just want to figure out how to perform the key events function.