[keyboard] Where can I find a list of keyboard keycodes?

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!

This question is related to keyboard keycode

The answer is


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


You don't mention what language you want to track these in, but I found two for javascript:

http://www.cambiaresearch.com/c4/702b8cd1-e5b0-42e6-83ac-25f0306e3e25/Javascript-Char-Codes-Key-Codes.aspx