Thus far I've used Default Folder X to open a few of my favourite folders with keyboard shortcuts. I want to limit the number of apps that are running at all times, so in future I'd like to use Keyboard Maestro to open my favourite folders.
I could of cours assign macros to /Users/hans/Dropbox etc.:
But I guess there are more clever ways to open a few folder, without creating a separate macro for each and every folder?
Generally, if you want a different action, you would use a different macro.
You could do something like this:
Trigger: A
Trigger: B
Trigger: C
Actions:
If text condition %TriggerValue% contains A
Do A
If text condition %TriggerValue% contains B
Do B
If text condition %TriggerValue% contains C
Do C
But how would that be any better than just one macro per action?
Set Variable βMyFavFoldersβ to Text: %NamedClipboard%MyFavFolders%
Prompt for User Input for the variable Folder with the default set to %Variable%MyFavFolders%
I suggest using the clipboard because it means that you can update the list whenever you like without risking it being overwritten.
If you tend to use one folder more than the others, you can make the last-used folder appear as the default choice by changing Step 2 so that you have the default set to:
|%Variable%Folder%|%Variable%MyFavFolders%|