Keyboard Shortcuts
Generic Shortcuts
| Key | Function |
|---|---|
| ESCAPE | Close Modal |
Data Shortcuts
| Key | Function |
|---|---|
| ⌘ + Enter CTRL + Enter | Create new row Save current row (while editing a row) |
| ESCAPE | Cancels edit |
| ⇥ (TAB) | Shift focus one cell to the right |
| SHIFT + Click | With a cell selected, SHIFT + CLICK will select all cells between |
| SHIFT + ↑↓←→ | With a cell selected, SHIFT + ↑↓←→ will select another row or column depending on which arrow pressed |
Component Tree Shortcuts
| Key | Function |
|---|---|
| ⌘ + ↑ CTRL + ↑ | Move the component up |
| ↑ | Select the next component above |
| ⌘ + ↓ CTRL + ↓ | Move the component down |
| ↓ | Select the next component below |
| ⌘ + D CTRL + D | Duplicate the component (and it's children) |
| ⌘ + X CTRL + X | Cut the component (and it's children) |
| ⌘ + C CTRL + C | Copy the component (and it's children) |
| ⌘ + V CTRL + V | Paste from the clipboard (clipboard must hold a component, component must be valid child-component for the location) |
| ⌘ + ← CTRL + ← | Collapse all nested components |
| ← | Collapse selected component |
| ⌘ + → CTRL + → | Expand all nested components |
| → | Expand selected component |