>>348 トリップ計算機は私もとりっぱー for Mac を使わせて頂いてます。 これで特に不都合はないと思いますが。 そもそも、トリップの計算の仕方とか知らないですし、調べるのが 面倒なので作っていないのですが、作ってみたいなあと思ったこともあります。 でも、テキスト処理はPerlの方が優れているんじゃなかったかなあ。 Rbだともっと時間がかかるのではないかと。
>>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