Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Activate Spaces in Exposé mode with one keypress' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Activate Spaces in Exposé mode with one keypress
Authored by: PizzaCake on Mon, Dec 17 2007 at 9:07AM PST
tell application "System Events"
key code 100 -- F8 - Spaces
key code 101 -- F9 - Expose All Windows
end tell

I found when using an Automator workflow the time taken to active spaces and expose really slow. However enter the above in script editor and save as an application bundle and put the application in the dock or assign a mouse button etc. to the application and now spaces and expose will activate almost instantaneously :) Copy the spaces icon to the application so it looks good.

[ Reply to This | # ]