Send some keys to inactive window with python
问题 I'm tryin to send some keys to inactive window/process/programm (win32/64) using python. Already read about pywinauto and SendKeys, but both of them activate window before sendin keys. Is there any way to work with inactive window without activate it? It would be great if someone post simple example/snippet. Thanks. 回答1: This is a really old post but there has not been an answer here, I was looking for something exactly like this, and I had spend 6 hours going through Stackoverflow, and ended