>>41-42 昔作ったやつだwナツカシスw てなわけで改良してみた。 do shell script "screencapture -s -i -t png -c" tell application "Stickies" activate end tell tell application "System Events" try set wflag to do shell script "defaults read com.apple.stickies ¥"WindowFlags¥"" on error set wflag to "0” end try keystroke "n" using command down keystroke "v" using command down if wflag is "0" or wflag is "4" then keystroke "f" using {command down, option down} end if end tell