✘✘✘ Javascript
Keyboard Event: How to detect keyboard you typed: e.which, e.keycode, e.key, e.charcode, e.code
PrettyLog
2022. 6. 29. 20:05
which, keycode, key, charcode, code
when I type 'f',
charCode: 0
keyCode: 70
key='f'
code='KeyF'
which: 102
- charCode, keyCode: deprecated
- charCode: Non-standard