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


Click here to return to the '10.6: Combining Spaces and Exposé in a single swipe' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: Combining Spaces and Exposé in a single swipe
Authored by: scottbayes on May 26, '11 07:03:49PM
but I have to get my finger off the Command key very quickly. Otherwise, System Events thinks I'm typing Command-F8 and Command-F9 instead of the F8 and F9 it wants.

I see that (in 10.6.7 at least) the System Events dictionary contains:

key modifiers (command/control/none/option/shift) : modifiers used for a specific function key, passed as string or list

You might try

key code 100 using none -- F8 - Spaces

or

key code 100 using none down -- F8 - Spaces

Sorry, haven't tested this.

[ Reply to This | # ]