AirDropC1 is an AppleScript that allows you to quickly AirDrop selected images from Capture One. It automatically exports the selected variants and opens AirDrop to share them.
This script have been tested on Sonoma 14.4.1 and Capture One Pro 16.5.3.1.
- macOS Monterey (12.00) or later
- Capture One
- Shortcuts app installed
- Download the
AirDropC1.applescriptfile - Copy it to the Capture One Scripts folder:
If the directory doesn't exist, create it.
~/Library/Scripts/Capture One Scripts/
- Download the
Airdrop Selected.shortcutfile from this repository - Double-click the shortcut file to install it in the Shortcuts app
- When prompted, click "Add Shortcut"
- Open System Settings (or System Preferences)
- Go to "Keyboard" > "Keyboard Shortcuts" > "App Shortcuts"
- Click the "+" button to add a new shortcut
- Choose "Capture One" from the Application dropdown
- Enter the exact name of the script in the Menu Title field, "AirDropC1"
- Set your desired keyboard shortcut
- Recommended: ⌃⌥⌘A (Control + Option + Command + A)
- Open Capture One
- Select one or more images
- Use the keyboard shortcut you configured or run the script from the Scripts menu
- The script will:
- Export the selected images
- Open Finder with the exported files selected
- Launch AirDrop for sharing
- Return to Capture One when done
- Automatically creates an export recipe if it doesn't exist
- Exports to JPEG format with optimal settings for sharing
- Uses the "AIRDROPPED_JPEG" subfolder to keep your exports organized
- Quick return to Capture One after sharing
- Handles user cancellation gracefully
Once the AIRDROP recipe is created in Capture One, you can customize it to your needs:
- Modify any export settings
- Add watermarks
- Change process settings
- etc.
As long as you keep the recipe name as "AIRDROP", your customizations will be preserved and the script won't overwrite them. The script only creates the recipe if it doesn't exist.
The script uses the following export settings:
- Format: JPEG
- Quality: 85
- Color Space: sRGB
- Resolution: 96 PPI
- Long Edge: 1920 pixels
- Sharpening: For Screen
-
Script not appearing in Capture One
- Make sure the script is in the correct folder
- Restart Capture One
-
Keyboard shortcut not working
- Check if there are any conflicts in System Settings
- Try setting a different key combination
-
AirDrop not launching
- Verify the "Airdrop Selected" shortcut is properly installed
- Try running the shortcut directly from the Shortcuts app to test it
Created by Yan Senez
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
GNU GPLv3 in short:
- You can freely use, modify and distribute this software
- If you modify and distribute it, you must:
- Use the same GNU GPLv3 license
- Make the source code available
- State your changes
- No warranty provided
