I have a USB to PS/2 converter script
that constantly monitors keyboard input. However, since this script continuously runs, it blocks the main Run() function. I need a proper threading system to run it concurrently, but unfortunately, no scheduler scripts I've tried have solved this issue. I look forward to your prompt response, Thanks.
There KeyboardHandler's Source Code
KeyboardHandler_Source_Code.txt