node-3d / iohook-raub

MIT License
5 stars 0 forks source link

Subject: Maintenance Status and Support for F1-F12 Key Press Events #1

Closed keyboard2005 closed 7 months ago

keyboard2005 commented 7 months ago

Hello,

I would like to inquire about the current maintenance status of this project. It's the only package I've found that supports the latest version of Electron and Node.js for global keyboard and mouse events. However, I've encountered a minor issue - the F1 to F12 keys do not trigger press events, only release events are detected. Is it possible to address and fix this issue?

Thank you for your assistance.

keyboard2005 commented 7 months ago

After several days of searching and trying out more than a dozen keyboard and mouse hook libraries, your project is the only one I found that supports the latest versions of Node.js and Electron. I'm very grateful for your contribution.

raub commented 7 months ago

Hello, I will look into that. The maintenance status is "I'm still here"

raub commented 7 months ago

Ok, please try re-installing the module. No version changes needed - in fact, it will only download the updated binary.

The issue was a bit deeper than just F-keys and involved bogus threading/lifetimes logic. But now it seems to be working fine.

Senails commented 7 months ago

Thank you for supporting this project, I am very grateful to you too

keyboard2005 commented 7 months ago

It's running well now, thanks again for supporting