Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Hide frontmost application using Mighty Mouse' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Hide frontmost application using Mighty Mouse
Authored by: c. on Jun 07, '07 02:53:39PM

The above script for me (MacBook) takes almost a whole second to do its job, which is slightly annoying. The following is simpler and considerably quicker:

tell application "System Events" to keystroke "h" using command down

The LSUIElement setting ensures that the script won't throw itself between you and your frontmost app, so no fiddling with process identities is needed.



[ Reply to This | # ]