If you specifically are looking to use Shortcuts then you can ignore the following. ![]()
I use Bunch and Moom for this. I currently have three main displays (and a small fourth display) and ten spaces.
Below is the Bunch file for setting up my Photo Editing context.
Note that I have Photo Mechanic assigned to Space 1 and Photoshop assigned to Space 4, so they automatically open in those spaces. The “~10” is Bunch syntax for delay. These are needed so things open in the correct space, before things move to the next space. So in this example, the Finder windows open in Space 9, and then the apps start to open after a ten second delay to give the windows enough time to open and then for Moom to move them to the desired positions.
The Control-9, {^9} in the Bunch file, keyboard shortcut is set up in System Preferences > Keyboard > Shortcuts > Mission Control (after clicking the ‘flippy arrow’). You could use this instead of “type the keyboard shortcut 5 or 6 times.” ![]()
---
title: 📸 PhotoEdit
---
# This is my photo editing context
# Switch to Space 9
{^9}
# Open Image Folders
%Finder
- /Volumes/Images/ Originals
- /Volumes/Workflow/DNGs
- /Volumes/FireCuda 2T/Camera Card
- /Volumes/FireCuda 2T/PM Ingested Images
# AppleScript to invoke Moom
* tell application "Moom" to arrange windows according to snapshot "Image Workflow" ~5
# Apps to launch
Photo Mechanic Plus ~10
Adobe Photoshop 2022 ~10
Backdrop ~10
ON1 NoNoise AI 2022 ~10
I currently have ten Bunch files for opening different sets of apps and folders based on what I want to do.
Hope this helps.