Press a key and see what's the value of that character. Press "." to delete the last character you typed.
Fullscreen recommended How it works: - When you press a key, the program enters the key you pressed as a string. The value of 1 = "1". The value of (space) = " ". I customized the keyboard layout to evenly distribute the keys. This is a prototype. I will later add more key inputs. 90% credit to: ChipOS Team 10% credit to: Scratch Team (Scratch Engine)