Home › Forums › V-Control General › [Solved] SendKeys, LaunchApp and KillApp on a mac? › Reply To: [Solved] SendKeys, LaunchApp and KillApp on a mac?
November 9, 2015 at 15:00
#725
Participant
I am running 10.10.2. I was trying to launch Keynote with “LaunchApp /Applications/Keynote.app” and that didnĀ“t work. Turned out I needed to use “LaunchApp /Applications/Keynote.app/Contents/MacOS/Keynote”.
Is it possible to pass arguments, to open a specific file?
Is there a workaround for the SendKeys? Like an Apple script or an Apple event?