From what I've seen, most issues consist of sending in a keystroke
I need to be able to emulate pressing and raising keys on a lower level so that programs actually think these keys are being pressed
pseudo-code
Press("A")
#do something else
Unpress("A")
Does anybody know if this is possible? Even if it needs more than just native Python, I'm willing to try as long as the solution doesn't have a large amount of latency between emulating the key and the actual key