Python-UIAutomation-for-Windows
Python-UIAutomation-for-Windows copied to clipboard
Issue with SendKeys
trafficstars
Please implement SendInput() instead of keybd_event(). In my case keybd_event doesn't work.
Microsoft recommends this: nf-winuser-sendinput

I found some examples, which actually maps with the existing data structures: python-simulate-keydown presskey