keyCode
object property EVENT , returns or changes the ascii code of the key pressed.
window.event.keyCode
For example, to cancel entering the code of a pressed keyboard key:
window.event.keycode = ""