Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

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

Writer Mia Lopez

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!

1

3 Answers

Here's a list of keycodes that includes a way to look them up interactively.

1

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:
(v=vs.85).aspx

0

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

0