Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Finder keyboard shortcut?

Looking for a finder keyboard shortcut similar to WINDOWS + E in windows for explorer. Is there a built in shortcut or way to customize?

MacBook Pro 2.4 (Late 2008), Mac OS X (10.5.6), 4 Gb RAM, 320 Gb 7200 RPM HD

Posted on Feb 26, 2009 9:16 PM

Reply
6 replies

Feb 27, 2009 7:57 AM in response to jlcochran1

yes, a simple apple script will do it. you don't need a fancy one.
-----------------------------

tell application "Finder" to activate

---------------------------

is all that's necessary. or if you also want it to open a new window

<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #ADD8E6;
overflow: auto;"
title="this text can be pasted into the Script Editor">
tell application "Finder"
make new Finder window
activate
end tell</pre>


P.S. there is of course command+tab shortcut for the application switcher but you probably know this one.

Finder keyboard shortcut?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.