News, Reviews and more from Australia's Macintosh Authority
ADVERTISEMENT
As you may know, you can force OS X to hide all open windows by holding down Command and Option before clicking on a program in the Dock. With these keys held down, the clicked-upon program will come to the foreground, and all your other programs (and their windows) will be hidden. Hiding while switching can be very useful for those times you want to focus on the program you’re switching to.
But what if you’d like to always use this mode, without the need to hold down the Command and Option keys? With a little help from Terminal, you can easily make the Dock do just that. Open Terminal (in Applications -> Utilities), and enter these two commands (don’t type the $ symbol; those are just new line symbols):
$ defaults write com.apple.dock single-app -bool TRUE
$ killall Dock
When the Dock restarts, any time you click a program’s icon in the Dock, all other open programs will hide. Note that this behavior is all-or-nothing; you can’t selectively decide which apps hide and which apps don’t hide. It will, however, only work if you click the Dock; clicking a program’s window in the Finder, or using Command-Tab, will not invoke the “hide all” behaviour. If you decide that this always-hiding approach isn’t ideal, you can reverse it with these commands:
$ defaults delete com.apple.dock single-app
$ killall Dock
As an alternative solution to the “I need to focus on this app” problem, you might try Freeverse’s free Think. While not an exact replacement for “hide others on switch,” it has some nice features that make it easier to focus on one program at a time.
Learning some tricks about Stacks in Mac OS X v10.5 will help your Mac use every day.
Sean McNamara | Jan 21, 2008
This month, I'm looking at Leopard's Quick Look function, which is sort of "preview on steroids" yet super-simple to use. Quick Look is worth reviewing because of how much it can do "out of the box" and how flexible it is. At its simplest, Quick Look provides you with a high-resolution preview of the contents of a file without you having to open an application. Have a .jpg file you'd like to quickly check before e-mailing? Click on the file, press the space bar and a black window opens showing the file's contents (press the space bar or small x to close the preview).
Sean McNamara | Apr 24, 2008
An ongoing topic of discussion for Mac users is the ever-increasing size of updates, both for the Mac OS itself and for third party applications like Microsoft Office and Adobe Creative Suite. There are a few snares for the unwary directly related to updates' sizes, however, which are worth considering to make updates as painless an experience as possible.
Sean McNamara | Aug 14, 2008
As you’re probably well aware, the Finder’s View Options dialog (View -> Show View Options, or Command-J) in OS X 10.5 is the key to customising your folder views. Using this dialog, you can enable and disable a number of features for each folder on your system.
Rob Griffiths | Sep 10, 2008
App Store developers will now be able to reach customers in 13 new countries, according to an announcement on the iPhone Developer Program news page.