こういう細かいスクリプトはアプリケーションのPresetsのScriptsフォルダに入れておくとウィンドウメニューの自動化=>スクリプトパレットに表示されるのでかなり便利。ショートカットも割り当てる事ができる。
tell application "Adobe InDesign CS2_J" tell active document tell selection set myAngle to rotation angle as real --現在の回転を取り出す set rotation angle to myAngle - 0.1 --現在の回転から-0.1ひいたものにする。 end tell end tell end tell
コメントする