Skip to content

Instantly share code, notes, and snippets.

@lewdev
Created December 18, 2021 02:19
Show Gist options
  • Select an option

  • Save lewdev/549ac304c708b759ce07894f6e78cd70 to your computer and use it in GitHub Desktop.

Select an option

Save lewdev/549ac304c708b759ce07894f6e78cd70 to your computer and use it in GitHub Desktop.
Show Keyboard Key Codes
<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