Keyboard Shortcuts
Meno Studio's keyboard shortcuts let you select, move, restyle, and navigate without reaching for the mouse. They are active when the canvas or the structure tree has focus, and automatically disabled while you are typing in an input, textarea, or contenteditable field — so they never fire while you are editing text or a style value.
On macOS, Cmd is the Command key. On Windows and Linux, substitute Ctrl.
General
Shortcut | Action |
|---|---|
| Undo the last change |
| Redo |
| Redo (alternative) |
| Copy the selected element |
| Paste from the clipboard |
| Open the command palette |
| Open the pages palette |
| Toggle between Select and Preview mode |
The command palette (Cmd/Ctrl + E) is the fastest way to run any editor action or add a component by name — see Editor Overview for the full layout.
Editing
Shortcut | Action |
|---|---|
| Delete the selected element |
| Toggle add-style mode (start typing a CSS property) |
| Toggle the interactivity editor for hover, focus, and active states |
| Toggle the XRay overlay (element outlines on the canvas) |
Structure
Reorder and nest the selected element with the bracket keys.
Shortcut | Action |
|---|---|
| Move element up, before the previous sibling |
| Move element down, after the next sibling |
| Nest into the previous sibling as its last child |
| Nest into the next sibling as its first child |
Navigation
Move through the Structure Tree without a mouse.
Shortcut | Action |
|---|---|
| Move to the previous element |
| Move to the next element |
| Collapse the node, or move to the parent |
| Expand the node, or move to the first child |
| Dive into the selected component's definition |
| Return to the parent page or component |
| Switch to the Components tab |
| Switch to the Pages tab |
View
Switch the responsive preview between the breakpoints configured in your project's project.config.json.
Shortcut | Action |
|---|---|
| Base / desktop breakpoint |
| Breakpoint 2 |
| Breakpoint 3 |
| Breakpoint 4 |
| Breakpoint 5 |
Inside the palettes
While the command palette (Cmd/Ctrl + E) or pages palette (Cmd/Ctrl + P) is open, these keys override tree navigation.
Shortcut | Action |
|---|---|
| Move to the previous result |
| Move to the next result |
| Run the command, add the component, or open the page |
| Close the palette without acting |
Modifiers and conflicts
A few plain letters double as Cmd/Ctrl shortcuts. The modifier decides which behavior fires.
Key | Without | With |
|---|---|---|
| Components tab | Copy element |
| Pages tab | Pages palette |
| Interactivity editor | Command palette |
| (no action) | Toggle Select / Preview |
Shortcuts with a modifier are always checked before plain-key ones, so Cmd/Ctrl + C copies (never switches tabs) and Cmd/Ctrl + E opens the command palette (never the interactivity editor).
You can view this list inside Studio at any time from the Shortcuts modal in the toolbar's three-dot menu.