Keyboard Event Viewer (event.key / event.code / keyCode)

Press any key on your keyboard (anywhere on this page) to see its live event.key, event.code, and legacy event.keyCode values below, along with modifier state, repeat, and physical location. Nothing is sent anywhere — the listener runs entirely in your browser.

Waiting for a key press…

Keys pressed this session: 0

Common key reference

A few frequently-looked-up key / code / keyCode combinations — press the actual key above to confirm it on your own keyboard and browser, since keyCode in particular varies by layout and OS.

Keyevent.keyevent.codeevent.keyCode
Space" "Space32
Enter"Enter"Enter13
Escape"Escape"Escape27
Tab"Tab"Tab9
Backspace"Backspace"Backspace8
Delete"Delete"Delete46
Arrow Up"ArrowUp"ArrowUp38
Arrow Down"ArrowDown"ArrowDown40
Arrow Left"ArrowLeft"ArrowLeft37
Arrow Right"ArrowRight"ArrowRight39
Letter A"a"KeyA65
Digit 1 (top row)"1"Digit149
Numpad 1"1"Numpad197
Left Shift"Shift"ShiftLeft16
Left Ctrl"Control"ControlLeft17
Left Alt"Alt"AltLeft18
Meta / Cmd / Win"Meta"MetaLeft91
Caps Lock"CapsLock"CapsLock20
F1"F1"F1112

FAQ