Keycode Info
Press Any Key
About the Keycode Info
See keyboard event codes in real-time. Displays keyCode, key, code, and modifiers for any key press.
Press any key to see its JavaScript event properties. Useful for building keyboard shortcuts and debugging key handlers.
- Shows keyCode, key, and code properties
- Captures modifier keys (Ctrl, Shift, Alt, Meta)
- Displays in real-time as you press keys
- Useful for building keyboard shortcuts
How to use
- Press any key.
- See the event properties.
- Copy the code for your key handler.