Quote: Originally posted by SuperOxide | Neal, I'm a senior JS developer, so I'm rather curious how you got this to work because I've always thought that the browser can't detect things like
if a user hits the PrtSc/Print Screen key.
P.S. I'm assuming when you say print screen, you mean the screen capture, instead of printing the page (which you can detect using things like the
beforeprint event). |
I think that instead of the event, he is tracking/listenning to keypresses, that is far easier to do, and is supported by virtually any moder JS
capable browser.
Edit 1: text correction.
[Edited on 25-12-2022 by khlor] |