- Create an AppleScript as follows (e.g., in /Users/[username]/activate_chrome.scpt:
tell application "Google Chrome"
reopen
activate
end tell
Use the Stream Deck "System" > "Open" action with the following in the "App/File" Field:
osascript /Users//activate_chrome.scpt