-- start tell application "System Events" keystroke "]" using {control down, option down} end tell tell application "JustFocus" launch start pomodoro end tell -- stop tell application "JustFocus" stop end tell tell application "System Events" keystroke "[" using {control down, option down} end tell