Last active
October 19, 2023 20:25
-
-
Save drmaas/58227692191bd079ab9600cca389f42b to your computer and use it in GitHub Desktop.
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
// 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