Visualize JavaScript keyboard events. Press any key to see its key code, code, location, and modifier states.
Press any key to start
Recent History
| Key | Code | KeyCode | Time |
|---|---|---|---|
| No history yet | |||
The Keyboard Event Viewer (often called a Keycode Finder) is a developer utility that displays real-time information about any key you press on your keyboard.
"a", while pressing Shift+"a" yields "A"."KeyQ", even if the layout is set to AZERTY.Web developers use this tool to debug keyboard shortcuts, build games with custom controls, or ensure accessibility features work correctly across different keyboard layouts and devices.