Would like my macro to only be available in a specific Finder folder

As the title suggests, I'd like to create a macro for when I press a hotkey trigger, it only activates in a specific Finder folder. What's the best one to do this?

  1. Put the macro in a Finder-specific Macro Group
  2. In your macro, test the %FinderInsertionLocation% token, and if it isn’t your desired folder, quit the macro.
4 Likes