Python-UIAutomation-for-Windows icon indicating copy to clipboard operation
Python-UIAutomation-for-Windows copied to clipboard

Issue with SendKeys

Open Ikari33 opened this issue 3 years ago • 0 comments
trafficstars

Please implement SendInput() instead of keybd_event(). In my case keybd_event doesn't work.

Microsoft recommends this: nf-winuser-sendinput

image

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

Ikari33 avatar Aug 09 '22 07:08 Ikari33