Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Open Application

Comments

2 comments

  • Eric Valk
    Telling Capture One to open with the last used catalog and workspace is simple

    tell application "System Events" to tell application "Capture One 12" to activate

    However, opening the Import dialog is tricky and unrelaible, because it involves the script controlling Capture One's menu, this tends to change with the localisation (language) and from version to version. Also the security enhancements in OSX 10.15 (and even 10.14) make this difficult to setup.

    It would be far easier to designate a certain folder for imports, and use Applescript to import very image in that folder.
    0
  • Permanently deleted user
    Thank you Eric.
    0

Post is closed for comments.