I’m running a shortcut to open Fantastical in month view with last month selected. I thought of using BetterTouchTool to send the shortcut cmd-3 for month and then cmd-(arrow left) for previous.
How do I input that in the shortcuts workflow? Pressing the arrow just acts like a text editor and not like the ‘Type a Keystroke’ in KM.
Thanks,
Thomas
When you build your trigger, have it run an AppleScript. This is what you’d need to enter to simulate pressing the right arrow key while also holding the command key:
Thanks but I get a message along the lines of:
“System Events received an error: Shortcuts is not allowed to send key strokes”
I get this message in Script Debugger and the built-in Script Editor.