名前: sakoda 日時: 2007-10-10 12:49:52 IPアドレス: 202.25.83.*
>>49775 AppleScriptにも詳しくありませんし、 これを作成することにどれほどの意味があるかわかりませんが・・・ たとえば、以下のようにするとお望みのような振る舞いをするようです: --AppleScript activate display dialog "環境名は?" default answer "center" set theText to the text returned of the result tell application "TeXShop" activate set the clipboard to ("\begin{" & theText & "}" & return & return & "\end{" & theText & "}") tell application "System Events" keystroke "v" using command down end tell end tell
この書き込みへの返事: