An AppleScript to rotate Finder windows

May 01, '02 08:40:10AM

Contributed by: Anonymous

I've been looking for a way to select Finder windows via the keyboard for some time - ever since I realized that command-` (aka command-~) doesn't rotate Finder windows like it does in most Cocoa apps (OmniWeb). I finally found the right ApppleScript magic today:

tell application "Finder" to select last Finder window
After testing this, I set up Youpi Key to send that AppleScript when I press command-` in the Finder. I don't need a keyboard shortcut for "Go to..." anyway.

Comments (1)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20020501084010187