Keyboard Shortcuts
Editing
| Action |
Windows / Linux |
macOS |
| Undo |
Ctrl + Z |
Cmd + Z |
| Redo |
Ctrl + Shift + Z or Ctrl + Y |
Cmd + Shift + Z |
| Copy |
Ctrl + C |
Cmd + C |
| Paste |
Ctrl + V |
Cmd + V |
| Delete selected |
Delete or Backspace |
Delete or Backspace |
| Deselect all |
Escape |
Escape |
Paste places the copy 20 px offset from the original. Paste multiple times to create a staircase arrangement.
Crop Mode
| Action |
Key |
| Apply crop |
Enter |
| Cancel crop |
Escape |
Code Editor (modal)
The Monaco code editor supports all standard editor shortcuts:
| Action |
Windows / Linux |
macOS |
| Comment / Uncomment |
Ctrl + / |
Cmd + / |
| Format document |
Shift + Alt + F |
Shift + Option + F |
| Find |
Ctrl + F |
Cmd + F |
| Select all |
Ctrl + A |
Cmd + A |
| Indent / Dedent |
Tab / Shift + Tab |
Tab / Shift + Tab |
| Move line up / down |
Alt + ↑ / ↓ |
Option + ↑ / ↓ |
| Duplicate line |
Shift + Alt + ↓ |
Shift + Option + ↓ |
| Multi-cursor |
Ctrl + Click |
Cmd + Click |
| Action |
Key |
| Confirm rename |
Enter |
| Cancel rename |
Escape |