A project that checks what key you're currently pressing on your keyboard. EXPLANATION: Basically how this works is the script will go through the list until the <key [list item] pressed> block returns an output of "true." This means that it cannot check for any characters/symbols that aren't in the list, and if any such key is pressed, the "CurrentKeyPressed?" variable will output "N/A."
Update Log: v1.0: Project released. (10/25/24) v1.0.1: Changed how the currentKeyPressed? variable outputs (pressing a key will now output just the key being pressed to improve readability for some characters.)