Skip to content

Instantly share code, notes, and snippets.

@pix0r
Created October 8, 2010 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pix0r/616211 to your computer and use it in GitHub Desktop.
Save pix0r/616211 to your computer and use it in GitHub Desktop.
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.displays"
end tell
tell application "System Events" to tell window 1 of process "System Preferences"
try
tell tab group 1 to click radio button "Arrangement"
on error
return "Only one display available."
end try
tell group 1 of tab group 1
click checkbox "Mirror Displays"
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment