|
|
|
Add a 'Go to Parent Folder' button to the toolbar
I also have been using a toolbar button for this function for a while. I started out scripting "Finder" as described in this hint, but ultimately switched to scripting a keystroke:
tell application "System Events" to keystroke (ASCII character 30) using command downIt is ugly in that it is possible to switch windows before the keystroke takes effect so that it doesn't go to the intended window, but you almost have to try to do it on purpose. Some of its ugliness is mitigated by the fact that, as a toolbar button, the keystroke implicitly would go to the front window (Finder toolbar buttons don't support Cocoa Cmd-click through behaviour).
Despite these drawbacks, the reason why I prefer the keystroke way is the behaviour in "Icon" and "List" view. Both methods will "go to parent", but unlike the |
SearchFrom our Sponsor...Latest Lion HintsWhat's New:Hints1 new Hints in the last 24 hoursComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2013 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Powered by Geeklog Created this page in 0.09 seconds |
|