streamdeck-osascript
streamdeck-osascript copied to clipboard
BUG | Not running when called on a Multi Action Trigger
When running as a regular button behaviour is correct, however when placed inside a multi action button, scripts are being ignored and not run.
I had the same problem, and I used the fork https://github.com/brokosz/streamdeck-osascript and rebuild myself to make it work
the plugin does not execute this type of code: display dialog "Inserisci il testo qui" buttons {"OK", "Cancel"} default button "OK"