|
#1
| |||
| |||
| HOW2: Clone a finder window. After much ado, here's the final script and a link to it's source. The script works great, and if you download Keyboard Maestro, you can assign a hotkey in the Finder that will clone the Finder Window. If you're not sure why you would need this feature, then you might not need this feature. For all of those who do need this feature, here's the Apple Script: tell application "Finder" get the exists of the front Finder window if the (exists of the front Finder window) is true then try set newWindow to target of front window set oldView to current view of front window make new Finder window to newWindow set current view of front window to oldView end try else try make new Finder window to alias ":" set the current view of the front Finder window to column view end try end if end tell link is here: http://www.macosxhints.com/article....020201013109377 thanx2 profx |
|
#2
| |||
| |||
| and add it to the toolbar on each window wow, thats just what i've been looking for, thanks! One step better, i think, is to make it into a Clone Button in the toolbar of every finder window... I pasted the applescript into the Script Editor and saved it as an Application. Then placed that new applescript application in my Finder Window Toolbar (with Finder > View > Customize Toolbar...). Now each window has a Clone Button! |
|
#3
| ||||
| ||||
| Nice trick zippy!
__________________ < Also Known As aeromusek in places > < PowerBook | 1.67GHz | 1024MB RAM | 120GB | 17" High Res > < iPod | 20GB | 3rd gen > "the show must go on" - the artists of the world |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [HOWTO] - Cool Keyboard/Mouse Combos | zootbobbalu | HOWTO & FAQs | 45 | October 8th, 2003 06:36 AM |
| [HOWTO] - Show Unix path in Finder window or Terminal Window? | Iolaire | HOWTO & FAQs | 13 | February 21st, 2003 02:33 AM |
| [HOWTO] Finder & Safari keyboard shortcuts | wiz | HOWTO & FAQs | 2 | January 12th, 2003 12:15 AM |
| open new Finder window in... what ? | Dekatophil | Mac OS X System & Mac Software | 1 | September 25th, 2002 12:50 PM |
| [HOWTO] - Add items to finder window toolbars | Anton | HOWTO & FAQs | 12 | August 2nd, 2002 01:26 PM |