onKeyDown, onKeyUp and onKeyPress are JavaScript keyboard events usually used with input field of HTML forms. onKeyDown event is raised when a key on the keyboard is pressed and before it is released. On the release of the key the onKeyUp and the onKeyPress events are raised.