Instead of "Space" or "Spacebar" it's " ". I take it this was intentional but unless you add brackets players might think it's a bug.
As a temporary remplacement, you can check if the text is " ", then remplace it by "Spacebar" using the replace(src, find, rep)system expression, but I agree, that is annoying for displaying keys
Develop games in your browser. Powerful, performant & highly capable.
That's because "scpaebar" " " doesn't require a special code to catch. unlike the Carriage Return wich doesn't have a definable text output; the space bar does; a " " space.
So it really doesn't need it. Though I understand that it can be an oversight. it's overall pretty small and would require an exception on input. it would add more code where it's not needed. Though it's pretty tiny amount.
Yeah I've already made an event to change it to "Space" I just wanted to make sure this was intentional ^^;