Hello,
I have a question about getting a keydown event or something similar on my Electron application.
If I locally debug it with npm start, cmd + r makes the window reload, so far so good.
However, when I export it with electron-packager, I lose the ability to do so.
I’ve tried using electron-debug but no result.
Is there a way around this?
If remote works for this, I’d appreciate a pointer in the right path…
Regards.