Output an error message through Growl.
Parameters: |
|
---|
The application is registered in Growl as “qslaunch.py”.
If Growl cannot be imported, nothing happens.
Short cut to click a manu through System Events.
Parameters: |
|
---|
Exemples:
click_menu('TextMate', 1, 'File', 'New From Template', 'Python', 'Python Script')
click_menu('TextMate', 1, 'File', u'Open\u2026')
Note
(u2026 is the “...” char)
Note
this ONLY works if the process has been activated first! E.g. app(u’TextMate’).activate()