I am trying to disable all other characters from being entered in text input.
Since to get the $ you have to press the shift-key and the
$
There is no onkeydown keycode, as previously said by ngmiceli
onkeydown
Although, onkeypress keycode exists and is equal to 36.
onkeypress
36
JavaScript Event KeyCode Test Page