Keyboard Shortcuts
What this page covers
Every keyboard shortcut wired up in statycs today, grouped by surface. statycs is a click-first product — most flows do not need shortcuts — so the list is intentionally short.
TL;DR
Ctrl+Z / Ctrl+Y are the only global undo bindings (Planning + FSD). Most other shortcuts are local to a popup: Enter to confirm, Esc to dismiss, Backspace to remove the last token in the formula editor.
Planning
| Shortcut | Action |
|---|---|
| Ctrl+Z | Undo the last action |
| Ctrl+Y | Redo |
| Ctrl+Shift+Z | Redo (alternate binding) |
Bindings are active anywhere on the Planning page; the history is per session and survives plan / tab / edit-mode switches.
Financial Statement Design (FSD)
| Shortcut | Action |
|---|---|
| Ctrl+Z | Undo the last design change |
| Ctrl+Y | Redo |
| Ctrl+Shift+Z | Redo (alternate binding) |
| Esc | Close the Add or Context menu |
Formula editor
The token-based editor used on Planning rows, drivers, and KPIs.
| Shortcut | Action |
|---|---|
| Enter | Insert the typed token (number / operator / top autocomplete match), or commit the formula when the input is empty |
| Escape | Cancel and close the editor |
| Backspace on empty input | Remove the last chip |
| + - * / with empty input | Insert that operator immediately |
See Formula Syntax for the token model.
Notes
The plain-text note popup attached to Financials cells and Planning rows.
| Shortcut | Action |
|---|---|
| Enter | Close and save (auto-saves on close) |
| Shift+Enter | Insert a newline (without closing) |
| Esc | Close (auto-saves) |
Popups and dropdowns
Most popups in statycs (filter pills, scope chips, MultiSelectL2, MoveTo, DeptMatrix add / rename, TabBar create / rename) close on Esc and confirm on Enter when the focus is in their input field. The Department / Company scope-chip and Departments-filter pill triggers also accept Enter or Space to open the popover from a focused chip.
Sign-in (OTP)
| Shortcut | Action |
|---|---|
| Backspace on an empty digit | Move focus to the previous digit and clear it |
| auto-advance | The form moves focus to the next digit on every keystroke |
| auto-submit | The form submits when all six digits are filled |
Related
- Formula Syntax — editor key bindings in context
- Planning — Ctrl+Z / Ctrl+Y in the planning grid
- Notes — note popup keys