adtoll

Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Tuesday, June 8, 2010

Change the default duration of new iCal events

In iCal, whenever you create a new event, it is set to last one hour by default. A quick look in the iCal preferences seems to suggest that there is no way to change this, but luckily there is a hidden setting that you can change via the Terminal.

Start by opening up Terminal (located in Applications/Utilities). In the window that appears, paste the following line then press return.
defaults write com.apple.iCal 'Default duration in minutes for new event' 30

The number at the end corresponds to the duration of new events in minutes. You can change this to any number you like, including zero, which will create events with the same start and end time. You will need to restart iCal for the changes to take effect.

If you want to set it back to the default 60 minutes, you can either repeat the command with 60 at the end, or use the following command:
defaults delete com.apple.iCal 'Default duration in minutes for new event' 

Enter full screen Quick Look using the keyboard

Here’s a quick tip for Quick Look.

Ordinarily you enter Quick Look by selecting a file then hitting the space bar. If you want to view the preview in full screen, you can then click on the Full Screen button at the bottom of the Quick Look window.

A quick way to jump straight to full screen is to press Option-Space instead of Space with your chosen file selected. This will instantly bring up a full screen preview of the document. To exit, just hit the Escape key. Unfortunately this only works in Snow Leopard, but you can get the same effect in Leopard by pressing Command-Option-Y.

I find this is especially useful for quickly reading PDF documents, which are often too small in a normal Quick Look window. Also, if you select multiple images and then press Option-Space, you can quickly start a full screen slideshow.