5 ms·
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
by princeverma 14y ago
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
- bluetidepro 14y agoI agree! I would like to see this done.
- Hovertruck 14y agoWhat 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.