Как я могу заставить распознавание голоса AppleScript слушать любое слово? Это то, что я до сих пор:
tell application "System Events"
keystroke "c" using {command down}
end tell
tell application "iCal" to activate
tell application "System Events"
keystroke "n" using {command down}
keystroke "v" using {command down}
keystroke return
end tell
Я хотел бы заменить копию в первой строке, чтобы прослушать любые слова.