Keyboard Shortcuts
Perform common actions using the keyboard
Basics
Shortcut | Keys |
---|---|
Show/hide keyboard shortcuts | ? |
Show/hide component picker | + |
Switch component | ↑ and ↓ |
Expand / collapse tree | ← and → |
Move component up in tree | CMD+{ or CTRL+{ |
Move component down in tree | CMD+} or CTRL+} |
Cut selected component from the tree | CMD+X or CTRL+X |
Paste a cut component in the tree | CMD+V or CTRL+V |
Undo previous action | CMD+Z or CTRL+Z |
Delete selected component | DEL |
Copy selected component | CMD+C or CTRL+C |
Paste a copied component (Only on same Screen where copied) | CMD+P or CTRL+P |
Open Command Palette | CMD+K or CTRL+K |
Open Console Logs | CMD+SHIFT+L or CTRL+SHIFT+L |
Properties Panel
Shortcut | Keys |
---|---|
Show Styles Tab | S |
Show Confgs Tab | C |
Show Data Tab | D |
Show Interactions Tab | I |
Code Editor
Shortcut | Description |
---|---|
Save Function/File | Saves the open Function or File when the Code Editor is focused. |
What can be reverted back using the Undo shortcut?
- Trashed components can be restored.
- Components can be moved back to the previous position/order in the component tree.
What can not be reverted back using the Undo shortcut?
- Adding a Screen can not be undone.
- Any applied style on components can not be undone.
- Added triggers can not be deleted undone.
- Set / mapped data to a component can not be undone.
Updated 14 days ago