Is there a sendKey for Mac in Python?

Viewed 20349

In Mac 10.6, I want to cause an active application to become de-active, or minimized by Python

I know I could use sendKey in Windows with Python, then what about in Mac?

5 Answers
Related