Press any key
⌨️
?
event.key
event.which
-
event.code
-
event.location
-
Meta Keys
Code Snippet
if (e.key === '...') { ... }
Press another key to update
Frontend Event Tool
event.key
event.which
-
event.code
-
event.location
-
Meta Keys
Code Snippet
if (e.key === '...') { ... }
Press another key to update