keyboard icon indicating copy to clipboard operation
keyboard copied to clipboard

The keyboard devices are now getting automatically recognized and don't raise OSError when disconected

Open H3LL0U opened this issue 11 months ago • 0 comments

When the devices are disconected on Linux based systems it caused the OSError and made the program crash. Now the AggregatedEventDevice automatically creates a thread which checks if there are any new devices that have been added. It also recognises if the device has been removed and closes the thread that listened to that device's inputs. Issues: #531 #639

H3LL0U avatar Mar 14 '24 18:03 H3LL0U