Inside Apple ▸ System Preferences under Universal Access, you can set your display to grayscale mode. But you cannot find any keystrokes to trigger grayscale display.
In my opinion, grayscale display is more important than good for nothing white-on-black display. You will need to make your display grayscale to your needs, such as printing files or designing web that can also be used by color-blind society.
I wrote a simple AppleScript Application and will share it with you. Here is what it looks like:
Download Display Grayscale Application [AppleScript]
So with a single-click, you can have your Mac automatically open System Preferences, go to Universal Access, move to Use grayscale checkbox and toggle it for you. Though the processes are not instantly done like when you use keystrokes, but at least you don't need to open System Preferences by yourself.



LEAVE.A.COMMENT
3 COMMENTS (RSS)
Tommy
June 21st, 2008 Time: 05:46 AM
Everything opens up correctly, but nothing happends...it's "Mac OS X 10.5.3" here. any idea?
Wendy
June 21st, 2008 Time: 10:53 AM
Hi Tommy, the script above is run under certain condition:
mau mau
August 26th, 2008 Time: 10:48 PM
An alternative is to hold [fn] key while running the script. That way you can have your F1, F2, etc keys active for volume changing and other functions. Nice script anyway .)