| Select the parent layer |
Ctrl+Shift+Enter |
⇧+Enter |
Reselects the layer or frame one level up (the parent) from whatever is currently selected. Useful in deeply nested structures when you want to jump quickly from a child element up to its parent group or frame. |
| Select the child layer |
Enter |
Enter |
Selects the layer one level down (the child) inside the currently selected group or frame. Lets you drill into the contents with just the keyboard, without double-clicking to enter the group. |
| Select the next layer |
Tab |
Tab |
Moves the selection to the next element at the same level. Handy for stepping through neighboring elements in order using only the keyboard, without checking the layers panel. |
| Select the previous layer |
Shift+Tab |
⇧+Tab |
Moves the selection to the previous element at the same level. Useful when you've skipped past the layer you wanted, or want to step back through elements in reverse order. |
| Swap the selected layer with the next layer |
Ctrl+] |
⌘+] |
Swaps the selected layer with the layer directly behind it in stacking order. Lets you nudge the z-order one step at a time from the keyboard, which is easier than fine-grained reordering with the mouse. |
| Swap the selected layer with the previous layer |
Ctrl+[ |
⌘+[ |
Swaps the selected layer with the layer directly in front of it in stacking order. Useful for fine-tuning stacking order, such as bringing just one part of a design slightly forward. |
| Send the selected layer to the back |
] |
] |
Moves the selected layer to the very back of the stacking order. Use it to place a background element or anything you want hidden behind other elements. |
| Bring the selected layer to the front |
[ |
[ |
Moves the selected layer to the very front of the stacking order. Use it when an element has been covered by others and you need to bring it back into view. |
| Toggle show/hide for the selected layer |
Ctrl+Shift+H |
⌘+⇧+H |
Toggles the visibility of the selected layer. Useful for temporarily hiding a layer while you work without deleting it, or for comparing how the design looks with and without it. |
| Toggle lock/unlock for the selected layer |
Ctrl+Shift+L |
⌘+⇧+L |
Toggles the lock state of the selected layer. Locking a layer protects it from being accidentally moved or edited while you work on the elements around it. |
| Select all layers at the same level |
Ctrl+A |
⌘+A |
Selects every layer at the current level at once. Useful when you want to move, align, or restyle all the elements within the same frame or parent in one go. |
| Invert the selection |
Ctrl+Shift+A |
⌘+⇧+A |
Inverts the current selection, selecting whatever was unselected and deselecting whatever was selected. Efficient when you want to exclude just a few elements from a large selection — select those first, then invert. |
| Deselect |
Esc |
Esc |
Clears the current selection. Useful for avoiding accidental edits to a selected element, or for starting a new operation with a clean slate. |
| Group the selected layers |
Ctrl+G |
⌘+G |
Combines the selected layers into a single group. Grouping related elements makes it easier to move, duplicate, or hide them together, and keeps the layers panel tidy. |
| Ungroup the selected layers |
Ctrl+Shift+G |
⌘+⇧+G |
Breaks apart the selected group, returning its contents to individual layers. Use it when you need to edit just one element inside a group on its own. |
| Turn the selected layer into a frame |
Ctrl+Alt+G |
⌘+⌥+© |
Converts the selected layer into a frame. Turning a plain shape or group into a frame unlocks frame-specific features such as clipping, Auto Layout, and responsive padding. |
| Turn the selected layer into Auto Layout |
Shift+A |
⇧+A |
Applies Auto Layout to the selected layer. Use it when you want spacing and positioning to adjust automatically as elements are added or removed, such as when building buttons or lists that need to stay aligned. |
| Remove Auto Layout from the selected layer |
Alt+Shift+A |
⌥+⇧+Å |
Removes Auto Layout from the selected layer. Use it when you want to go back to freely positioning elements individually instead of relying on automatic layout. |