dougscripts.com

Assign Shortcut Keys to Script Menu AppleScripts

The macOS has the ability to assign menu shortcut keys in pretty much every application, including AppleScripts listed in the Script Menu of the Media apps. Here's how to do it.

(Hey! If you don't want to do-it-yourself, FastScripts from Red Sweater Software provides the ability to quickly and simply add and manage AppleScript keyboard shortcuts. I highly recommend it.)

 

Set Up Your System Settings

Note: This will only work with scripts that have been installed in an app's "Scripts" folder such that a script appears in the app's Script menu. See the "Read Me" .rtfd doc that accompanies each script download for instructions on installing or see the online FAQ.

Quit the app. You can't attach a keyboard shortcut to an application if it is running. (Actually, I'm not quite sure of this old rule anymore. Even so, it's a good practice.)

Open your System Settings and click on "Keyboard" in the left column. Click on the "Keyboard Shortcuts..." button in the panel that appears. A new panel will open with a list of options on its left side. Click "App Shortcuts..."

If the app you want to use the script with is not already listed, click on the "+" button and in the Application pop-up of the sheet that appears, select the appropriate app.

setting shortcuts

In the "Application" popup, select the appropriate app. Enter the name of the AppleScript to which you want to assign a keyboard shortcut exactly as it appears in the Script Menu as the "Menu Title". In the "Keyboard Shortcut" field, press the combination of keys you want to use for the shortcut.

setting shortcuts

Click the "Done" button and quit System Settings.

The next time you start the app, look in its Script Menu. The shortcut you assigned will be displayed adjacent to the name of the Script you assigned it to, just like a real menu shortcut! That's because it is a real menu shortcut.

For more details, search your Mac Help for "Setting custom keyboard shortcuts for applications".

OF COURSE, this isn't just for assigning shortcuts to items in the Script menu. You can also assign keyboard shortcuts for menu commands that don't already have a shortcut, such as "Check for Available Downloads...", "Export Library...", "Check for Updates...", and so on. (And in this blog post, I describe a cool trick to unambiguously assign shortcuts to menu items in sub-menus.)

If you assign a keyboard shortcut which an app is already using you may get mixed results. For example, I assigned Shift-Command-N—which is Music's "New Playlist from Selection" shortcut—to a script and the script fired (the script actually does the same thing as "New Playlist from Selection" but asks for a new playlist name first). But it wouldn't let me assign Command-A, the universal "Select All" shortcut. It also knows what keys you have assigned already, and it will warn you if you try to enter a duplicate shortcut.

As far as using the F keys: I could only get combinations that included Command to work. No problem, though. There are still hundreds of key combinations available.

Check out the Missing Menu Commands page for some mini-scripts that work great with shortcuts.

Here are some suggested scripts to which you may want to assign a shortcut:

Site contents © 2001 - 2024 (that's right: 2001) Doug Adams and weblished by Doug Adams. Contact support AT dougscripts DOT com. About.
All rights reserved. Privacy.
AppleScript, iTunes, iPod, iPad, and iPhone are registered trademarks of Apple Inc. This site has no direct affiliation with Apple, Inc.
The one who says "it cannot be done" should not be interrupting the one who is doing it.