Development
Keycode Event Helper
I always seem to forget the various keycode related properties when working with JavaScript keyboard events in the browser.
This little tool makes it easy to view all of the useful keycode properties. Press any key on your keyboard and you'll see the information update.
which
This property has been deprecated and is no longer recommended. Use key
or which
instead.
shiftKey
ctrlKey
altKey
metaKey
key
keyCode
This property has been deprecated and is no longer recommended. Use code
instead.
code