Keeping your file naming conventions

Triggered by:

  • typing "namethi"

Use this Keyboard Maestro macro for Keeping your file naming conventions

This is one of my favourites, it opens a small popup window that allows you to select a couple of items from drop-down lists and then it types out a file name based on the convention you’ve defined. In my example I start with an abbreviation of the customer’s name, followed by the name of the project, then the type of document and then the version number.

Here’s a screenshot of the implementation:

Here’s the code you can copy/paste into Keyboard Maestro:

%Variable%customer% - %Variable%project% - %Variable%doctype% - v

More Keyboard Maestro Macros