Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 467 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 467 Bytes

know which keyCode you've pressed


As I am going deeper into js games development, I've felt the need of having a simple website that tells me which keyCode I've pressed. Since I couldn't find anything useful, I decided to just create it. And here it is.

web

Here's an example of how it works: pressing the "enter" button, the website shows me which keyCode is the one according to the pressed key.

web