In Mac OS X 10.9 Mavericks, the functionality to zoom in and out of PDFs in Quick Look is back: Press and hold the Option key while scrolling with two fingers.
Moreover, the images in Quick Look can be zoomed in to actual size by just pressing the option key.
Unfortunately, it is no longer possible to select text from text files in Quick Look.
As you probably know the brandnew iOS devices like the iPad Air enable you to download the iWork and iLife apps for free. What I didn’t know is that once you downloaded them to your new device, they will also be available for free on your older devices.
In my case I bought an iPad Air and also got the apps for free on my older iPhone 5. It makes kinda sense, since the download is tied to your Apple ID, but I still didn’t think about that until I noticed them downloading on my iPhone. In my case Automatic Downlods were enabled. So if you have this unchecked you just need to download the apps manually. The will show the Cloud icon instead of a price.
No great hint, but maybe someone else didn’t think about that, too.
When you’re playing music in the Music app in iOS 7, there’s a thin red playhead that you can drag to adjust the song’s playback position. Tap and drag it around for what Apple calls “Hi-Speed Scrubbing.” (Why it’s not “high,” I can’t say. Maybe the programmers were hi.)
Here’s the hint: You can adjust the speed at which you’re scrubbing through the song, if you need finer-grained control: Tap and hold on the red line, and then drag your finger upwards.
As you drag up the screen, you’ll note that there three other gradations of scrubbing speed: Half-Speed Scrubbing, Quarter-Speed Scrubbing, and finally Fine Scrubbing; that last mode lets you scrub through the song second by second.
In Mavericks, when you QuickLook files, there’s an Open In button at the upper right, which lets you open the previewed document in the default app associated with the file in question.
But what if you want to open the document in a different app? For example, you’re previewing a Microsoft Word document, but would prefer to open the file in Preview instead.
Just click and hold on the Open In Microsoft Word button, and a list of other, compatible apps appears. Choose the one you’re after, and you’re good to go.
Mavericks offers a lot less resolution options in the “Scaled” list than 10.8 or earlier did. This can be a particularly severe problem if the resolutions that it thinks your projector supports are not, in fact, supported by it at all, as was the case with my setup.The fix for showing the extended list of possible resolutions in Mavericks is undocumented, so far as I can find, but incredibly easy:
In the Displays preference pane, hold down the option key and click the “Scaled” radio button. This will toggle on and off additional resolutions for the device (including more scaled resolutions for the built-in display in MacBooks).
I’m not aware of any radio button ever having worked that way before, so it’s easy to miss.
If your external display isn’t showing an image at all because the OS got its “native” resolution wrong, you will of course have to click the “Gather Windows” button at the bottom of the preference pane to bring the w …
If you use AppleScript applets to interact with UI elements, you may quickly find out that in Mavericks all seems to be broken. Every run results in System Preferences being opened to the pane that used to control UI Element Scripting, and finding the new controls in Security & Privacy -> Privacy -> Accessibility seems to have no effect.
This is a result of Mavericks splitting UI control authorization into per-app settings, combined with the Lion feature of remembering what windows an app had open when it was last closed.
Mavericks recognizes the app uniquely only as long as the app doesn’t change.
WindowState information is stored in the app if you have permissions to modify it.
These two features end up caught in a fight.
The following Terminal command will prevent this by passing ownership of the applet to root and blocking you from editing it without authenticating.
sudo chown -R root:wheel AppletName.app …