Skip to content

Instantly share code, notes, and snippets.

@drmaas
Last active October 19, 2023 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drmaas/58227692191bd079ab9600cca389f42b to your computer and use it in GitHub Desktop.
Save drmaas/58227692191bd079ab9600cca389f42b to your computer and use it in GitHub Desktop.
// 90 === z key
window.addEventListener("keydown", function(e) { if (e.keyCode === 90) debugger; }, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment