Ho il seguente codice che ho fatto per una scorciatoia da tastiera tweetbot per aprire tweetbot e creare un nuovo tweet.
on run {input, parameters}
activate application "Tweetbot 2"
tell application "System Events" to keystroke "n" using command down
return input
end run
Tuttavia, apre sempre una nuova finestra per tutto ciò che viene eseguito in background. Questo succede solo quando Tweetbot non è già in esecuzione.
Come posso risolvere questo problema?