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 windowAfter 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.
•
[4,301 views]

