Is there a place where I can find all the keycodes for keys on a keyboard? (For example, the key up may be #114)
I can't seem to find one no matter what I search :(
Thanks!
Key codes are numeric values that correspond to physical keys on the keyboard but do not necessarily correspond to a particular character.
Here's a list of keycodes that includes a way to look them up interactively.
I know this was asked awhile back, but I found a comprehensive list of the virtual keyboard key codes right in MSDN, for use in C/C++. This also includes the mouse events. Note it is different than the javascript key codes (I noticed it around the VK_OEM section).
Here's the link:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With