Open Specific Folder in Specified Application

Can you manually select the file, right-click, and then open in Logic Pro X? If so, then this simple macro should work.

Before You Run, Make these changes

  1. Trigger -- change path to folder you want to watch
  2. Open In -- Change app to Logic Pro X

MACRO:   Open File Using Folder Trigger [Example]


#### DOWNLOAD:
<a class="attachment" href="/uploads/default/original/3X/1/8/188682c2bc976c5e0d8620264b8b2359ab3c1237.kmmacros">Open File Using Folder Trigger [Example].kmmacros</a> (2.3 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**

---



![image|459x539](upload://rZT01UKa7ZiJF9d74WYZeczrmtg.jpg)

---

If that does not work, then you can use these Actions to open the file:

*  [Activate a Specific Application action](https://wiki.keyboardmaestro.com/action/Activate_a_Specific_Application)
* [Select or Show a Menu Item action](https://wiki.keyboardmaestro.com/action/Select_or_Show_a_Menu_Item)
* [Type a Keystroke action](https://wiki.keyboardmaestro.com/action/Type_a_Keystroke) to send ⌘⇧G to Open File Dialog
* [Insert Text by Pasting action](https://wiki.keyboardmaestro.com/action/Insert_Text_by_Pasting) the `%Local__NewFilePath%` variable
* Type a Keystroke action to send RETURN

Those are the basics.  You may need to tweak by adding a pause or pause until after some Actions.

---

Questions?