Comment on Whatthekeycode.com - quickly find a js keycode for any keyComments−princeverma14yit would be nice if it can simultaneously display appropriate JS code to bind for a particular key. Also, if it can recognize key combos like ctrl-alt-s−Hovertruck14yWhat would you want it do for Ctrl+Alt+S? When you press one, it does exactly what it should – displays the keycode for the key.Key combos like you describe would be handled by the shiftKey/metaKey/etc attributes of the event object provided to the event handler.−bluetidepro14yI agree! I would like to see this done.
Comments
it would be nice if it can simultaneously display appropriate JS code to bind for a particular key. Also, if it can recognize key combos like ctrl-alt-s
What would you want it do for Ctrl+Alt+S? When you press one, it does exactly what it should – displays the keycode for the key.
Key combos like you describe would be handled by the shiftKey/metaKey/etc attributes of the event object provided to the event handler.
I agree! I would like to see this done.