Created
October 15, 2010 21:20
-
-
Save chmurph2/628969 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Preferences" to activate | |
tell application "System Events" | |
tell process "System Preferences" | |
click menu item "Displays" of menu "View" of menu bar 1 | |
tell button "Detect Displays" of window 1 to click | |
end tell | |
end tell | |
delay 1 | |
tell application "System Preferences" to quit |
Delay 1
seems to be enough time to detect the displays before quitting. May need adjustment.
Bound it to ⌃⌥⌘ d with FastScripts.app
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taste it.