Add to Album with keyboard shortcut?
Hi,
Is there a way to select an Album as a target, and configure a keyboard shortcut to add a selected image to that album?
I'm culling through thousands of images, and it slows me down to change my view to drag/drop one (or more) images to a specific Album... Would be much faster just to tag them as I flip through them.
Thanks!
/Kasper
Is there a way to select an Album as a target, and configure a keyboard shortcut to add a selected image to that album?
I'm culling through thousands of images, and it slows me down to change my view to drag/drop one (or more) images to a specific Album... Would be much faster just to tag them as I flip through them.
Thanks!
/Kasper
0
-
What sort of album?
Session or Catalog?
The usual fast grouping methods would be to colour tag, set a rating or use the "Selects" functionality. All of those have keyboard short cut options.
You could probably devise some similar additional methods using a Smart Album.
As a Mac user I would guess there could be some possibilities for using Applescript but I'm a Windows user so I'll leave it the Mac experts for confirmation of that.
HTH.
Grant0 -
This is certainly something you could do with an AppleScript a keyboard shortcut set up in System Preferences.
tell front document of application "Capture One 12"
set theAlbum to collection named "An Album"
add inside theAlbum variants every variant whose selected is true
end tell0
Post is closed for comments.
Comments
2 comments