Keyboard shortcuts
All shortcuts work anywhere the editor has focus. On Windows / Linux, substitute Ctrl for Cmd.
| Shortcut | Action |
|---|---|
Space | Play / pause. |
← / → | Step one frame. |
Shift + ← / Shift + → | Step one second. |
Home | Jump to frame 0. |
End | Jump to last frame. |
Cmd + Z | Undo. |
Cmd + Shift + Z | Redo. |
Cmd + S | Fire onSave. |
Delete / Backspace | Delete selection. |
Z | Zoom timeline to fit. |
+ / - | Zoom in / out on the timeline. |
K | Add a keyframe for the current property on the selection. |
S | Split at playhead. |
Escape | Clear selection. |
onKeyDown that stopPropagation()s — the editor's global handler sits on the outer shell.