Keycode Info
Press any key on your keyboard to inspect its Javascript event properties (`key`, `code`, `which`, `location`) and modifiers in real-time.
⌨️
Press any key on your keyboard
We will intercept the event to extract key codes, values, and location.
Frequently Asked Questions
How do I use the keycode inspector?
Click inside the listener box and press any key on your keyboard. The tool will capture the event and display key attributes instantly.
Can I inspect modifier keys?
Yes. Modifiers like Ctrl, Shift, Alt, and Meta (Cmd/Win) are tracked and displayed dynamically.