Top 15 Leopard Hints

It’s been almost a month since Leopard was officially released, and in that month we’ve had some time to play with the OS and get to know it. Here are the Top 15 Leopard Hints we’ve come across this past month (in no particular order).
Collect all windows in one Space When you are in the birds-eye view of Spaces (F8 by default) press the ‘C’ button to collect all open windows into a single space with a nice effect. And if you hold down shift when you hit the ‘C’ key, it will happen in slow motion.
Zoom PDFs and Images in Quick Look If you are browsing PDFs or images in Quick look mode, there is a fast and easy way to zoom in. Simply option-click the window and it will zoom in, and shift-option click and it will zoom out. Alternatively, you can hit Cmd = to zoom in, or Cmd - to zoom out.
Enable the Path Bar in the Finder Go to the view menu in the Finder and click View Path Bar to see the hierarchy of where your file is. You can also control-click or right-click on any of the folders in the path bar, and perform actions on them.
Quickly send a window to a Space Leopard supports “bumping” your windows to other Spaces. Simply drag your window to the edge of your screen, and wait a second. The window will fly over to the adjacent space.
Address Book Effects Now Address Book has the ability to add effects much like Photobooth. Simply click the edit button for one of your contacts, click the pictures, and then click the little “swirl” style button. This allows you to apply many different effects to your photos.
Quickly access System Profiler When diagnosing someone’s mac, you want to get to System Profiler as fast as you can. A little shortcut is to hold down the “option” key on the keyboard while pressing the Apple in the menu bar. The ‘About This Mac’ will turn to ‘System Profiler…”.
Add a ‘recent things’ stack to the Dock You can add a recent applications or documents stack to your dock very easily. Just pop open terminal and enter:
defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
Then simply do a KillAll Dock command to reset your Dock, and your new stack will be there. Right-click it to set what you want it to have recent-things of.
Auto Remove Printer after Print One of my pet peeves with Leopard is that the Printer will not automatically quit after it prints. Well, all you have to do is right click on the printer icon in the dock, and hit the “Auto-Quit” option. This will automatically quit the printer after a print job is complete.
Disable Spotlight from the menu bar If you want to get rid of Spotlight from the menu bar, simply open terminal and run:
sudo chmod 0 /System/Library/CoreServices/Spotlight.app
To re-enable it you just have to run:
sudo chmod 755 /System/Library/CoreServices/Spotlight.app
Permanently Delete files from Time Machine Backups While navigating Time Machine, go to the present view, and click the little gear icon in the toolbar of the Finder while you have the file you want to delete selected. Simply click the option to Delete all Time Machine backups of this file, and the file will be gone forever.
Quickly enable or disable sharing for a folder If you want to quickly share a particular folder with someone on your local network, click the folder, and hit Cmd-I to bring up the “Get Info” window. From there, simply checkmark the “Share Folder” button, and others will be able to access it over the network.
Unlearn words from the Dictionary Words that you have added to the system dictionary such as “Yurechko” can be unlearned easily in Leopard. All you have to do is right-click on the word that you want to unlearn, and click the unlearn button. This only works in some applications.
Use Expanded print Dialog by default Leopard comes with a very handy expanded Print View which allows you to see previews of what you are printing (very handy for printing websites), however, you always have to click the little arrow button to view it. It you want this expanded view to be the default, simply open Terminal and run:
defaults write -g PMPrintingExpandedStateForPrint -bool TRUE
If you want to set it for all users, run:
defaults write /Library/Preferences/.GlobalPreferences PMPrintingExpandedStateForPrint -bool TRUE
Switch to lowercase labels in the Finder’s sidebar Many people don’t like the capital letters in the Finder sidebar. In order to change these to lowercase, navigate to
/System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/
Duplicate the LocalizableCore.strings file for backup, and then edit lines 50 to 53 to make them lowercase.
“SD5” = “Devices”; “SD6” = “Shared”; “SD7” = “Search for”; “SD8” = “Places”;
Save the file and the open the Terminal and type: ‘killall Finder’
See detailed Airport information Leopard’s wifi capabilities have been dramatically improved. Now, it is even easier to get more information about the access point you are connected to. By option-clicking on the wifi menu bar item, you can see the MAC address, channel, signal strength (RSSI), and even the transmit rate. very handy for mobile users.
If you like what you see, be sure to subscribe to the Appletell RSS Feed
Subscribe to keep up with the latest Apple news and rumors! -
Subscribe to our feed
Black Friday 2009
Black Friday is almost here! Gadgetell's got you covered with all the latest news on who's offering the best deals. Dangerous crowds? You're on your own.
Our new podcast: Meet...
We know. Podcasts are so last year - but this one you won't want to miss. Whether it’s a rumor that won’t die, a new product announcement, or just a really good Macintosh or iPhone app find that we have to let you know about, we’ll make sure it’s covered on Appletellcast.
iPhone App Reviews
iPhone Apps. They were great when the App Store was first announced and we could all pick and chose what we wanted, but the number is now overwhelming. Here at Appletell, we'll detail the great iPhone apps we find, and steer you clear from those that aren't worth it even if they're free.
iPhone Game Reviews
As Apple turns the iPhone into one of the most popular gaming devices, the staff of Appletell--gamers and Apple fans alike--are here to help you get the most entertainment value out of your app store purchases.






the recent tile in dock tip was met with a syntax error msg -bash: syntax error near unexpected token `}’
on January 2, 2008 at 02:39 AM - LINKAny ideas?
michael: you can’t copy and paste using those smart quotes. retype with ’ and ” and it should work fine.
on January 11, 2008 at 10:34 AM - LINKTop 1 hint for me, set up Time Machine immediately after installing. I’ve had nothing but problems with Leopard so far, particularly where apps just stop working, and there’s no way to fix it other than reinstalling the entire system
on March 4, 2008 at 10:10 AM - LINKAs the compiler has no information on the layout of objects in the final output, it cannot take advantage of shorter or more efficient instructions that place a requirement on the address of another object.
on March 11, 2008 at 10:50 AM - LINKMichael,
Bryk is correct. For those impatient I have already done it:
defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
Throw that into Terminal
on March 17, 2008 at 03:04 PM - LINK@owen, that didn’t work either.
on November 8, 2008 at 06:37 PM - LINK