On Aug 24, 2011, at 11:30 AM, lloyd wrote: > One thing I would love to be able to do in a couple of keystrokes is > to "detect displays" (normally accessed by a button in the "displays" > pane of system preferences).
There are a lot of examples of how to do that with AppleScript. Here’s one. http://top-frog.com/2010/10/06/applescript-to-detect-displays-on-snow-leopard/ You could put a script like that in `~/Library/Scripts` and ensure that you have the “Scripts (User)” source enabled in the catalog. Most of the scripts I found seem to use the menu bar item rather than the button in System Preferences, so you might have to enable that too. -- Rob McBroom <http://www.skurfer.com/>
