dangle / akeydo

A systemd service that sends a D-Bus signal when the QEMU evdev hotkey is triggered.
MIT License
41 stars 0 forks source link

Keep consistent guest-devices #3

Closed dangle closed 3 years ago

dangle commented 3 years ago

When stopping the service the fake host and guest devices are closed and new ones are created on start. This keeps extraneous key presses from being output during stopping, but causes QEMU to lose access to the guest device when starting back up.

dangle commented 3 years ago

No longer relevant in 2.0 branch