Disables browser shortcuts that might mess you up on TypeRacer (e.g. Ctrl + s, Ctrl + o, etc.).
These are versions of this script where the code was updated. Show all versions.
Remove trailing whitespaces.
Fix bug where space wasn't allowed as input on the text box. Change control in variables to ctrl.
control
ctrl
Add space to the list of non-control keys. Use Event.preventDefault() instead of returning false.
Event.preventDefault()
Use arrays instead of strings for the variables. Add variable keys for keys which don't use the control modifier and a configuration constant to enable or disable them.
keys