Created
December 18, 2021 02:19
-
-
Save lewdev/549ac304c708b759ce07894f6e78cd70 to your computer and use it in GitHub Desktop.
Show Keyboard Key Codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table id=t></table><script>addEventListener("keydown",e=>t.innerHTML=["key","keyCode","code"].map(a=>`<tr><td>${a}</td><td>${e[a]}</td></tr>`).join(""))</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment