Keyboard Maestro launchers

During my seven-week Spotlight trial, I was reminded of how easy it is to make file and folder launchers in Keyboard Maestro. In case you’ve also forgotten, here’s a short post on how to do it.

There are three items that I open quite often and that Spotlight was slow to find:

The key to making a Keyboard Maestro macro to instantly launch a file or folder is the Open a File, Folder or Application action in the Open category. Here’s where you’ll find it in the Actions panel.

20260419-KM Open actions

The macros for opening the blog-stuff and calendrical folders in the Finder are one-step macros that look like this:

KM Blog-stuff folder

The path to the blog-stuff folder is

~/Library/Mobile Documents/com~apple~CloudDocs/blog-stuff

The calendrical macro looks the same, except it uses the keyboard shortcut ⌃⌥⇧⌘C and opens

~/Library/Mobile Documents/com~apple~CloudDocs/programming/calendrical

(These keyboard shortcuts have the sort of complicated chording I’d never use if I weren’t running Karabiner Elements to turn Caps Lock into a “Hyper” key that mimics pressing ⌃⌥⇧⌘ simultaneously. If you read Brett Terpstra, you’ll recognize the Hyper key.)

The macro for opening the notebook index file is only slightly more complicated:

KM Notebook index

The path to the file is

~/Library/Mobile Documents/com~apple~CloudDocs/personal/Notebook index.txt

and the second step puts the cursor at the bottom of the file, which is usually where I want it, as I’m typically opening the index to add a new entry.

Even though I’m back with LaunchBar, and I can use it to get to these files and folders quickly, I’m keeping the macros. They’re not that much faster than ⌘-Space and typing a few characters, but they’re more accurate. There’s no risk of typing “cla” instead of “cal” when I want to open the calendrical folder.