Hi!
I wasn't able to find a solution for Python.
I am abelt o launch the application (using subprocess.Popen or subprocess.call), but I can't find a way to do the other part:
I want to send a serie of keys (kind of macro) to the application I just opened. Like:
Tab Tab Enter Tab Tab Delete ...
Is there a way to do this that is Mac and PC compatible ? Or, in case not, only PC ?
Thanks for your help, Basil
PS. I know there are some application to automate some keys event, but I want to make my own.