Can anyone tell me why this is happening?! I’ve followed all the trouble shooting info and setup instructions but cannot understand what the issue is.
I’m trying to set up a Finder deck to control my MacBook. The app is connecting to the MacBook as it’s switching apps or selecting a folder when running.
However, the. script that is being sent does not look right. I have enabled debug mode to show what the shortcut is sending.
The script it is trying to run contains the following line of script;
`tell application “System Events” to keystroke “n” **using { }
The full script is;
osascript -e ‘tell application “Finder” activate tell application “System Events” to keystroke “n” using { } end tell
It’s the { } that I believe is the issue.
Can anyone shed any light on this? You can see a screencast of me trying to run it on the link.