An input key finder in 31 bytes.
(see also MiniKeyCode in 34b)
<input onkeyup=value=event.key>
- Focus the field
- Press a key
- The "Event.key" is displayed
- keys a-z 0-9 and space are displayed as is, the other keys have a specific name (Shift, Enter, ...)