Is there any way to call App Expose in Lion programmatically, for example on an event tap, etc?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t mind using a TOTALLY UNDOCUMENTED API, which might change at any point without notice:
Other known arguments are
@"com.apple.expose.awake"and@"com.apple.dashboard.awake", which activate Mission Control and Dashboard, respectively.@"com.apple.showdesktop.awake"used to activate Show Desktop, but no longer works on current versions of macOS.Note that most applications should not use these calls — these actions are intended to be invoked directly by the user.