Skip to content

Panes & editors

These shortcuts are contextual: each one works only while its window, pane, or editor has keyboard focus. That is why the same chord can mean different things in different surfaces — only the focused one ever sees the key.

Focus decides everything on this page

Unlike the global shortcuts, nothing here fires from the grid. Click into the pane or window first. When focus is in a text field inside one of these surfaces, the keys that type text behave normally; the command shortcuts below apply to the surface itself.

TrustLens

Active when: the TrustLens window is focused. TrustLens ships this exact list in‑product — press ? or F1 inside it to see it.

Navigation

ShortcutActionNotes
Alt+←BackThrough your trace history.
Alt+→Forward
Alt+↑Jump to stepCommits a Jump to Step preview only when its target is already in your breadcrumb path; use Enter to commit any other preview.
Ctrl+HomeGo to rootThe cell TrustLens opened on.
Alt+EToggle the Formula EditorOpens / closes the embedded editor.
Alt+PBegin Reference Pick in the editorThen click a cell to insert its reference.

Regions & panels

ShortcutActionNotes
F6 / Shift+F6Next / previous regionMove focus between the major areas.
Tab / Shift+TabNext / previous controlStandard control traversal.
Ctrl+Tab / Ctrl+Shift+TabNext / previous details panelCycle the detail tabs.

Diagram, lists & preview

ShortcutActionNotes
Ctrl+Shift+FFit diagram to viewWhen the diagram has focus.
Ctrl+Shift+PPrune active pathWhen the diagram has focus.
Arrow keys, Home/End, PgUp/PgDn, Space, EnterMove and expand within the diagramSee Flow Diagram for the exact movement.
EnterActivate the selected list rowIn a list region.
Enter / EscCommit / dismiss a previewWhile a reference preview is showing.
? / F1Show this shortcut list

When the zoom control has focus, the arrow keys adjust zoom by 5%, Page Up/Page Down by 10%, and Home/End go to minimum / maximum zoom.

Formula Editor

Active when: the embedded Formula Editor has focus — it appears inside both TrustLens and CalcScope.

ShortcutActionNotes
Ctrl+EnterCommit the formula to the cellWrites to the workbook and clears Excel’s native undo.
EscRevert / discard the edit, or cancel a reference pick
Ctrl+IBeautify the formulaIndent / pretty‑print the staged text.
Ctrl+MMinify the formulaCollapse to one line.
Ctrl+LRe‑run lint / parseRefresh diagnostics.
Ctrl+SpaceShow autocompleteFunction / name suggestions.
Ctrl+TToggle Trace mode
F4Cycle A1 reference anchorsAbsolute / mixed / relative ($).
F5Preview the staged formulaOnly if enabled in Settings.
F12Jump Excel to the reference under the caret
Ctrl+ClickJump Excel to the clicked referenceMouse + modifier.

Formula Explorer

Active when: the Formula Explorer pane (or its outline grid) has focus. The action‑strip keys run the toolbar buttons for the selected row, so each one only fires when that button is enabled — which depends on the selected row and on whether you’re looking at precedents or dependents.

ShortcutActionNotes
Alt+UExplain the selected rowExplain Use (precedents) or Explain Formula (dependents).
Alt+SShow uses of the selected precedentPrecedents view only.
Alt+TTraceTrace Upstream (precedents) or Trace Downstream (dependents).
Alt+LOpen the selected row in TrustLens
Alt+O / F2Open the detail pane for the selected rowSide‑by‑side review in a second pane.
Ctrl+Shift+EExplain the selected rowSame as Alt+U; this is the focused‑pane case of the global Ctrl+Shift+E.
EscDismiss the current local stateCloses an inline panel / clears selection state.

In the outline grid (the precedent / dependent tree):

ShortcutActionNotes
EnterExpand the row, or activate it if it has no children
Ctrl+EnterExpand the row
SpaceExpand / collapse the rowWhen the row can expand.

Flow Diagram

Active when: a Flow Diagram has focus — in TrustLens or on Formula Explorer’s Flow Diagram tab. Movement follows the dependency structure.

ShortcutActionNotes
Select the parent (the node that consumes this one)
Select the first precedent (a node this one reads)
/ Select the previous / next sibling
Home / EndRoot node / last visible node
Page Up / Page DownPrevious / next node in layout order
SpaceExpand / collapse the selected nodeSelects the root first if nothing is selected.
EnterActivate the selected nodeNavigates Excel to that cell.

CalcScope

Active when: the CalcScope window is focused.

ShortcutActionNotes
Alt+EToggle the Step EvaluatorThe execution‑order view.
Alt+WToggle the what‑if slidersAn in‑memory sandbox — writes nothing to the workbook.
Alt+AToggle ExplainThe plain‑English calculation explanation.
Ctrl+FOpen FindSearch the breakdown rows.
Ctrl+CCopy the formula textPreempts the grid’s default cell copy.
Ctrl+Shift+PCopy the breakdown as a PNGMarkdown / RTF are on the footer Copy menu (no shortcut).
F2Enter edit modeEditing and committing writes the formula and clears Excel’s undo.
EscClose Find / cancel an editBest‑effort only — see the caveat below.

CalcScope and the Escape key

Excel’s host usually consumes Esc before CalcScope’s window sees it, so “Esc closes Find / cancels the edit” is not reliable. Use the find bar’s X to close Find and the Cancel button to leave edit mode — those always work.

Compare & Material Change Intelligence

Active when: the Output Delta / Material Change Intelligence explanation window is focused.

ShortcutActionNotes
F5Run the explanationAttributes the selected output’s change to ranked drivers. Only when the Analyze button is enabled.
Ctrl+Enter / Shift+EnterRun the explanationFrom the output selector box.
EscClose the windowIgnored while an analysis is running.

Sensitivity & Worksheet Map

These surfaces are driven from the keyboard through their global chords rather than a dedicated in‑pane key map: open Sensitivity with Ctrl+Shift+S, and act on an open Worksheet Map pane with Ctrl+Shift+M (Analyze), Ctrl+Shift+G (navigate), and Ctrl+Shift+E (Export Map). All four are covered under Global shortcuts.

Some of these shortcuts change the workbook

Committing a formula edit in the Formula Editor (Ctrl+Enter) or in CalcScope (F2 then apply) writes the formula to the cell and clears Excel’s native undo stack. The CalcScope what‑if sliders (Alt+W), by contrast, write nothing — they are a pure in‑memory sandbox. See CalcScope and TrustLens for the full behavior.

Related