Press any key to see its event properties
Waiting for key press...
| Key | event.key | event.code | keyCode |
|---|---|---|---|
| Enter | Enter | Enter | 13 |
| Space | " " | Space | 32 |
| Escape | Escape | Escape | 27 |
| Tab | Tab | Tab | 9 |
| Backspace | Backspace | Backspace | 8 |
| Delete | Delete | Delete | 46 |
| Arrow Up | ArrowUp | ArrowUp | 38 |
| Arrow Down | ArrowDown | ArrowDown | 40 |
| Arrow Left | ArrowLeft | ArrowLeft | 37 |
| Arrow Right | ArrowRight | ArrowRight | 39 |
| Shift (Left) | Shift | ShiftLeft | 16 |
| Shift (Right) | Shift | ShiftRight | 16 |
| Control (Left) | Control | ControlLeft | 17 |
| Alt (Left) | Alt | AltLeft | 18 |
| Meta (Left) | Meta | MetaLeft | 91 |
| CapsLock | CapsLock | CapsLock | 20 |
| Home | Home | Home | 36 |
| End | End | End | 35 |
| Page Up | PageUp | PageUp | 33 |
| Page Down | PageDown | PageDown | 34 |
| F1 | F1 | F1 | 112 |
| F2 | F2 | F2 | 113 |
| F3 | F3 | F3 | 114 |
| F4 | F4 | F4 | 115 |
| F5 | F5 | F5 | 116 |
| F6 | F6 | F6 | 117 |
| F7 | F7 | F7 | 118 |
| F8 | F8 | F8 | 119 |
| F9 | F9 | F9 | 120 |
| F10 | F10 | F10 | 121 |
| F11 | F11 | F11 | 122 |
| F12 | F12 | F12 | 123 |
| A | a | KeyA | 65 |
| B | b | KeyB | 66 |
| C | c | KeyC | 67 |
| 0 | 0 | Digit0 | 48 |
| 1 | 1 | Digit1 | 49 |
| 2 | 2 | Digit2 | 50 |