-
Notifications
You must be signed in to change notification settings - Fork 29
Service stops when keyboard is unplugged #51
Description
Hi!
First of all, thanks for a great application! It makes it feasible to use a 60% keyboard on Linux and it is awesome! And, dare I say, it works even better in Linux than Martin Stone's version for Windows does -- good job!
I have run into an issue, however. My keyboard is plugged into my docking station, so whenever I disconnect the laptop from it the keyboard disappears and the application stops. I can see in the source code that this is by design. However, I was wondering if the application could be extended somewhat to (optionally) create a udev rule for the configured keyboard and then let the systemd service depend on that. Or, another way would to simply let a udev rule start the service when the keyboard is connected. Would this be of interest to add?
Thanks again!