Keyboard Event Inspector
Click the capture area and press any key to inspect keyboard event properties — key, code, keyCode, modifiers, and more.
🖱️
Click here, then press any key
Tab key moves focus away intentionally (for accessibility).
Last Events
Event History (0/10)
Raw JSON
{
"type": "keydown",
"key": "",
"code": "",
"keyCode": 0,
"charCode": 0,
"which": 0,
"shiftKey": false,
"ctrlKey": false,
"altKey": false,
"metaKey": false,
"repeat": false,
"location": 0
}