I need to send direct inputs to minimaized window with python, also app can’t be in VM becouse i need to use it from time to time.
I’ve already tried keybd_event, post_massage with win32, and they’re not working. Only time the script worked was with “pydirectinput”, but app needs to be on focus to use this.
Do you have any ideas ?