Rotate your Display to Portrait Mode via AppleScript |
|
|
It is often helpful to rotate your display into portrait mode. Tasks like DTP, coding or even reading the web and browsing photos really benefit from the extra screen height. Display rotation consists of two parts: 1) Physically rotating the display. There are quite a few displays that support this. 2) Rotating what you see on the screen. Mac OS X does this quite well. The problem for me was that I always needed to open System Preferences manually while turning the second display attached to my MacBook. My monitor does not trigger System Preferences automatically, and I don't know of any displays that support this with Mac OS X. As described in Graph Paper, it is possible to automate display rotation via AppleScript. The scripts are here. I added a trigger to QuickSilver which enables me to call these scripts via Command-Contr...
|