Monthly Archive for December, 2006

Page 2 of 2

Hacking Fullscreen without Quicktime Pro

As mentioned in this article at TUAW, the fullscreen behavior of applications such as QuickTime, DVD Player, and iTunes is determined by the preferences in the Quicktime Player application. If you have two monitors, and you want fullscreen video to show up on the secondary monitor, you must change the preferences in QuickTime. However, if you do not have QuickTime Pro, you cannot access these preferences through the application. This article describes how to enable fullscreen in QuickTime (the non-Pro version) and how to manipulate some of these preferences to determine which monitor the output is on.

Enable Fullscreen: This tip comes from Macworld. The easiest way to get fullscreen in QuickTime without buying the Pro version is with a simple AppleScript. Open up Script Editor, located at /Applications/AppleScript/Script Editor.app, and copy and paste these next few lines into a new script.

tell application "QuickTime Player"
present front movie scale screen
end tell

Script Editor Continue reading ‘Hacking Fullscreen without Quicktime Pro’

“Kill Caps Lock” on the Mac

I can’t believe I didn’t know this before. It is so simple to completely disable the Caps Lock key on any Mac. I always hit it when I want to hit tab or shift instead. I never use it intentionally (when’s the last time you typed a signficant number of capital letters in a row?), so I am thrilled that I have found this tip.

(0)