Julusian / node-xencelabs-quick-keys

A Node.js library for interfacing with the Xencelabs Quick Keys https://julusian.github.io/node-xencelabs-quick-keys/
https://www.npmjs.com/org/xencelabs-quick-keys
MIT License
33 stars 4 forks source link

Reconnect after disconnect? #14

Open DrCWO opened 5 months ago

DrCWO commented 5 months ago

Hello, I sometimes get a disconnect event. After that the QuickKeys did not reconnect by its own. Even not if I restart the process. I have to plug the USB receiver and restart the process to get reconnected.

Any idea how QuickKeys can be reconnected after a disconnect event by software?

Edit: Turning off the QuickKeys device I also get a Disconnect. But after turning it on again it reconnects as expected.

Best DrCWO