Skip to content

Keyboard shortcuts

All shortcuts work anywhere the editor has focus. On Windows / Linux, substitute Ctrl for Cmd.

ShortcutAction
SpacePlay / pause.
/ Step one frame.
Shift + ← / Shift + →Step one second.
HomeJump to frame 0.
EndJump to last frame.
Cmd + ZUndo.
Cmd + Shift + ZRedo.
Cmd + SFire onSave.
Delete / BackspaceDelete selection.
ZZoom timeline to fit.
+ / -Zoom in / out on the timeline.
KAdd a keyframe for the current property on the selection.
SSplit at playhead.
EscapeClear selection.

NOTE

Disabling shortcuts. Wrap your custom Titlebar input in a container with onKeyDown that stopPropagation()s — the editor's global handler sits on the outer shell.

Released under the MIT License.