This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 前提 A.I.VOICE2を開く | |
-- selection -> copy | |
tell application "System Events" to keystroke "c" using command down | |
delay 0.2 | |
set t to (the clipboard as text) | |
if t = "" then display notification "テキスト未選択" with title "A.I.VOICE 2" & return | |
-- focus A.I.VOICE 2 | |
try |