[TEST] Change keyboard inputs to send processed bitmap to the keyboard interface #170
Labels
good-first-issue
Good issues for incoming members
low-priority
Issues that aren't important and don't change the code outcomes
Milestone
Per @AVSurfer123's suggestion, we want to change the keyboard inputs script to not only record the keys being pressed, but also process them so when they are received by the
keyboard_interface
, it can just be passed intosend_user_inputs
without the need to process whatkeyboard_interface sent
. Doing this might mean we can get rid of thekeyboard_interface
entirely and have net_handler open a separate socket to communicate with thekeyboard_inputs
script, since thekeyboard_interface
was mainly in charge of processing what it received from the python script. The python script would have to utilize the python library ctypes: https://stackoverflow.com/questions/19716315/how-to-create-a-fixed-size-unsigned-integer-in-pythonMarking as low feature for now since what we have works fine, but would definitely reduce the middlemen factors here
The text was updated successfully, but these errors were encountered: