This tutorial is about Named Clipboards in Keyboard Maestro. But first I’m going to briefly describe the difference between the Mac’s system wide clipboard, and the basic clipboard feature in Keyboard Maestro. (Note: this article reposted from my old MacAutomationTips blog site. Here’s an introduction to Keyboard Maestro, if you’re new to the program.)

Just as your Mac has a system wide clipboard, Keyboard Maestro also has global clipboards. KM however can save a history of everything you copy on your Mac, whereas the Mac’s clipboard only saves one clipping at a time. Each time you copy something new on your Mac, it replaces the previous copied item on the clipboard. But with Keyboard Maestro, it saves a copy of each new clipping you make. (Note: the Saved Clipboard History is not by default enabled in KM.  You will need to enable it in Preferences > General > Save Clipboard History.

The screenshot below shows KM’s Clipboard History Switcher. The keyboard shortcut Command-Control-Shift-V will bring up the switcher. If you find that keyboard shortcut a little awkward, you can change the hot key assigned to it. The name of the macro is Activate Clipboard History Switcher. If you don’t find it in the Clipboard Macros folder, just do a search for it in KM.

With the Clipboard History Switcher, you can of course paste individual clippings into any application. Notice you can also star individual clippings as favorites. Starred clippings will remain in the history. You can also send selected clippings to another Mac that has KM installed, but I’ll cover that in another tutorial.

Now let’s move on to Named Clipboards.

Clipboard History Switcher Window

clipboard_history_switcher_window.png

Note: The Clipboard History Switcher captures text and image clippings, as shown above.

Tutorial Named Clipboards

The Named Clipboards feature in KM allows you how to create as many clipboards as you like, but unlike the Clipboard History Switcher, Named Clipboards only retain one clipping at a time. Each time you copy a new clipping to a Named Clipboard, it replaces the previous clipping. At first that might not sound very useful, but when you learn how to use Named Clipboards you’ll see how they can be used in actions and macros.

So a way to think about Named Clipboards is that they are temporary or permanent ways to hold clippings, including text or images. Named Clipboards can be activated by any of the KM’s triggers, including hot keys. Named Clipboards work similarly to clipboard managers, such as TextExpander. I find TextExpander more useful for storing hundreds of regularly used snippets that I frequently use while writing, whereas I use Named Clipboards for special automations.

To get a good idea of how Named Clipboards work, let’s create one.

Step 1: Create a New Macro. Add “Copy to Named Clipboard”

step_1_create_a_new_macro-_add_copy_to_named_clipboard.png

Click on the “Default Clipboard” drop-down button of items, and select “New”.

Step 2: Type “Temporary” in the Named Clipboard field.

step_2_type_temporary_in_the_named_clipboard_field.png

Note: whatever is already on your Mac’s system wide clipboard will appear in the Named Clipboard box. Ignore that for now. So essentially you have created your first Named Clipboard, which gets listed in the Clipboards section of KM’s Preferences. You can add as many clipboards as you like.

Notice also that you can add Named Clipboards in the Clipboards section (click the + button, and then type or paste whatever text you want to permanently remain there. For instance, you can create a Named Clipboard for a boilerplate letter, another one for your business address, and perhaps one for your Facebook URL. Each of Named Clipboard can be assigned a unique trigger and can be used like any other macro action.

Step 3: Add a Trigger and name for the macro

step_3_add_a_trigger_and_name_for_the_macro.png

Now you can use this macro to copy snippets directly to your Temporary clipboard. The snippet will also get copied to your Mac’s system wide clipboard, as well as KM’s Clipboard History. However, until you copy a different item (snippet of text or image) to the Temporary Clipboard, the item you last copied to it will remain there.

In addition to copying text to the named clipboard, you can open the clipboard in Preferences and manually type what you want to store and paste. But since this is a Temporary clipboard you probably will use it to just store a piece of copied text temporarily.

Now let’s create a macro to paste whatever is on your Temporary clipboard.

Step 4: Create a new macro and add “Paste From Named Clipboard” Action

step_4_create_a_new_macro_and_add_paste_from_named_clipbo.png

Change Default Clipboard name to “Temporary”—the name you used for the Named Clipboard. Give the macro a name and a Trigger. Now you can paste whatever is on your Temporary clipboard into any application.

Advanced Named Clipboard Actions

Named Clipboards can be used in other macros and actions. In the next step we will create an action that briefly displays what’s on your Temporary clipboard.

Step 5: Create a new macro and add the “Display Text” action.

step_5_create_a_new_macro_and_the_display_text_action.png

1) Where it says, “Insert Token”, select “Named Clipboard” from the drop-down menu. 2) Change the “Default Clipboard” to “Temporary”. Give your macro a name and Trigger. 3) Click the View button in the action to quickly see if the action works. A text box with the copied item currently in your Temporary clipboard should display for about five seconds. Note: You can change Display text briefly in the action to another type of action, such Display text in a window.

Please let me know what you think of this tutorial. If you found any part confusing, just drop me a line and let me know. At some point, I will create a video tutorial of the process.

Is this article helpful?
YesNo