When you print something in Mac OS X, the standard print dialog window will pop up. However, if you always use the extended options (such as landscape/portrait orientation, number of copies, etc.) then you might have to click the blue arrow constantly. With this
Terminal hack, the print dialog will open with the extended options already shown by default. Just open Terminal.app (/Applications/Utilities/) and type in the following command:
defaults write -g PMPrintingExpandedStateForPrint -bool TRUEIf changing back to the original settings makes you happy, then replace "TRUE" with "FALSE" in the command above.
Want more quick Mac tips like this? Visit TUAW's Mac 101 and Terminal Tips sections.
Reader Comments (Page 1 of 1)
Jeremy said 10:12AM on 9-15-2008
Good tip! However I must point out that it's not entirely true that the user has to reset this dialogue constantly. It's dependant on the application in my experience. Most applications I have used actually save this setting, so it's a set once and forget situation. For those that don't, this is a great tip though.
Reply
Big John said 11:01AM on 9-15-2008
Do I have to log out and back in for this to work? Doesn't seem to be working straight away.
Reply
totoro said 12:27PM on 9-15-2008
Wow, this is a great tip. I can't tell you how often I've had to explain that stupid blue arrow to users in order to access all the print features.
Reply
Moose said 12:37PM on 9-15-2008
Awesome tip. Its these simple things that make life sweet.
A similar tip request: Is there a way to make the column view's column width default to being equal to the longest filename (a la the option + dbl click on the column handle)? I would love that...
Reply
Drew said 2:14PM on 9-16-2008
This is a great tip. Do you know if there's a similar toggle for making the "save" dialogue open with its folder view instead of fully collapsed as in the print dialogue?
Reply