Hacker News new | ask | show | jobs
by zer0tonin 3273 days ago
If it's on all keyboard actions, then it's the same thing.
2 comments

Often it is this too, because of sloppy coding, not even malicious intent. I've seen people implement JavaScript easter eggs that play a funny joke, but in doing so the developers had created a keylogger by accident that was logging everything you did on the site. Again, wasn't malicious at all they didn't think about it at all.
Unless you're not actually logging the actions but just listening for certain combinations like "ctrl+x" or even "x"