I was trying to test out ScratchJS when I realized that scratch doesn't come with very many keys. I decided to put in more keys. Just pull an "If key pressed" block out of the project. If you press one of the keys below the image will appear on the screen :D Keys: (scr.keyPress == "~" || scr.keyPress == "@" || scr.keyPress == "#" || scr.keyPress == "$" || scr.keyPress == "%" || scr.keyPress == "^" || scr.keyPress == "&" || scr.keyPress == "*" || scr.keyPress == "(" || scr.keyPress == ")" || scr.keyPress == "/" || scr.keyPress == "?" || scr.keyPress == "~" || scr.keyPress == "<" || scr.keyPress == "_" || scr.keyPress == "=" || scr.keyPress == "+" || scr.keyPress == "," || scr.keyPress == "." || scr.keyPress == ">")