Yes, it’s possible. — For the core implementation, I needed two main external libraries: IoHook and NodeMailer. "dependencies": {
"iohook": "^0.9.3",
"nodemailer": "^6.7.2"
} The first step is to start IoHook listener on keyDown events, reading the actual character from a custom input map defined ad-hoc. In fact, unfortunately, the code of the key…