>>689 Pantherならこんな感じで。 tell application "MakaEle1.0x13" to activate delay 2 tell application "System Events" tell process "MakaEle1.0x13" keystroke "a" using {command down, option down} end tell end tell
tell application "MakaEle" to activate tell application "System Events" tell process "Makaele" keystroke "1" with command down & option down keystroke "a" with command down & option down end tell end tell