Illustrator Pathfinder and Compound Shape Shortcuts
Complex vector shapes are rarely drawn directly point-by-point — far more often they're built by combining simpler shapes with boolean operations, and Illustrator's Pathfinder panel along with its compound path commands form the core toolkit for that kind of constructive shape-building. Beyond Unite and Minus Front, the Pathfinder panel offers several additional boolean operations — Intersect, Exclude, and Trim — each solving a slightly different constructive shape-building need.
| Action | Windows | Mac | Description |
|---|---|---|---|
| Unite (Pathfinder) | No default single key — Pathfinder panel | Same | Merges selected shapes into one combined outline via the Pathfinder panel's Unite button, with no default keyboard shortcut bound directly to this specific operation out of the box. |
| Minus Front (Pathfinder) | No default single key — Pathfinder panel | Same | Subtracts the frontmost selected shape's area from the shape(s) behind it, the Illustrator equivalent of a boolean subtract operation, triggered from the Pathfinder panel. |
| Make Compound Path | Ctrl+8 | Cmd+8 | Merges several selected paths into one compound path, most commonly reached for to punch literal holes in a shape — think a letter O or a donut — wherever the original paths overlapped. |
| Release Compound Path | Ctrl+Alt+8 | Cmd+Option+8 | Breaks a compound path back into its individual separate path components, the reverse of Make Compound Path. |
| Intersect (Pathfinder) | No default single key — Pathfinder panel | Same | Keeps only the area shared by every selected overlapping shape, discarding everything outside that shared region, triggered from the Pathfinder panel's Intersect button with no bound default key. |
| Exclude (Pathfinder) | No default single key — Pathfinder panel | Same | Produces the inverse of Intersect, keeping everything except the overlapping shared region between selected shapes, effectively punching a hole wherever the shapes overlapped, triggered from the Pathfinder panel. |
| Trim (Pathfinder) | No default single key — Pathfinder panel | Same | Removes any part of a shape hidden behind another shape in front of it, leaving only the visible portions as separate, non-overlapping paths, useful for cleaning up layered artwork before export without manually redrawing overlapping regions. |
Pathfinder operations like Unite, Minus Front, Intersect, and Exclude notably don't ship with default keyboard shortcuts, which surprises users coming from tools like Affinity Designer or Inkscape where boolean operations do have bound keys out of the box. The Pathfinder panel itself is meant to stay visible and accessible during this kind of shape-building work, so Adobe's defaults favor clicking its icons directly — though any of these operations can be assigned a custom shortcut through Edit > Keyboard Shortcuts for users who build shapes this way constantly and want the speed.
Compound Path (Ctrl+8 / Cmd+8) serves a genuinely different purpose from simple grouping: where Group just bundles objects to move together while keeping each independently colored and editable, Compound Path actually merges multiple paths into one unified path object with a single shared fill, and critically, makes overlapping areas transparent. This is exactly the behavior needed to create a shape with a literal hole in it — the letter 'O', a ring icon, or a donut shape — where the inner overlapping region needs to show whatever's behind it rather than being filled solid. Release Compound Path (Ctrl+Alt+8 / Cmd+Option+8) reverses this, splitting the merged path back into its original separate components.
A practical workflow worth knowing: when a compound path's holes appear filled instead of transparent (a common point of confusion for newcomers), it's almost always because the component paths have inconsistent fill rules or overlapping issues — checking the Attributes panel for the path's fill rule (non-zero winding versus even-odd) usually resolves it, since Illustrator uses one of these two rules to determine which overlapping regions count as 'inside' versus 'outside' the resulting compound shape.
Intersect keeps only the region where every selected shape overlaps, discarding everything else — useful for defining a new shape purely by where several existing shapes coincide, such as finding the exact overlapping area between two circles to create a lens or vesica shape without manually tracing it by hand.
Exclude produces the mathematical inverse of Intersect: everything except the overlapping shared region survives, effectively punching a see-through hole wherever the original shapes overlapped, similar in visual result to Compound Path but arrived at through a boolean operation on the shapes' actual geometry rather than Compound Path's fill-rule-based transparency behavior.
Trim solves a distinct, common cleanup problem: when several shapes are layered with some hidden portions behind others, Trim removes exactly those hidden, covered-over portions, leaving only what's actually visible as separate, cleanly divided paths with no overlapping geometry remaining underneath. This is particularly useful before exporting artwork to a format or context where overlapping, invisible geometry could bloat file size or cause rendering inconsistencies, since Trim guarantees every remaining path represents only visible, non-redundant area.
As with Unite and Minus Front, none of these three operations ship with a default keyboard shortcut, following the same design logic that the Pathfinder panel is meant to stay open and directly clicked during active shape-building work — any of them can still be assigned a custom key through Edit > Keyboard Shortcuts for users who reach for a specific operation constantly enough to want faster access than clicking the panel each time.
Holding Alt while clicking a Pathfinder operation applies it non-destructively as a Shape Mode rather than a permanent path merge, keeping the original separate paths editable underneath the combined result, which is worth knowing since the default click permanently flattens the selected paths into one new compound shape that can't be un-combined without undo.