What is the keyCode for "$"?

Viewed 5024

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 4-key. I am not sure how you would get the keyCode for somthing like this?

5 Answers
Related