Answered
This seems to work.
It would need to be saved as an AppleScript file and given it a keyboard shortcut to use instead of Command-O
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
ignoring application responses
tell application id "com.adobe.InDesign"
activate
invoke menu action id 259
end tell
end ignoring
delay 0.1 -- This may need to be longer depending on how fast the Mac is
tell application id "com.apple.systemevents"
tell application process "Adobe InDesign 2024"
click radio button "Open Copy" of radio group 1 of window "Open"
end tell
end tell
Sign up
Already have an account? Login
To post, reply, or follow discussions, please sign in with your Adobe ID.
Sign inSign in to Adobe Community
To post, reply, or follow discussions, please sign in with your Adobe ID.
Sign inEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
