Applies to:
- Plan -
- Deployment -
Summary
Arrow keys move between traces in the log list. Span-level navigation in the side (trace) view uses different keys. Usep and n, and ensure the side panel has keyboard focus.
What is happening
When focus is on the log list,ArrowUp and ArrowDown move the selected trace. Opening a trace shows its spans in a side panel. The same arrow keys do not step through spans in that panel. Span navigation requires a different keyboard context and different keys. The side panel must have focus for span keys to be active.
Suggested use
Option 1: use the built-in span keys (recommended)
- Select a trace in the log list using
ArrowUporArrowDown. - Open the trace in the side panel (click the trace or open it as you normally do).
- Click once inside the side panel or press
Tabuntil the panel has focus. - Press
nto go to the next span andpto go to the previous span. - Press
Shift+/to open the keyboard shortcuts modal for other bindings.
Option 2: keyboard-first focus workflow
- Navigate to the trace in the list with
ArrowUporArrowDown. - Navigate to the trace in the list with
ArrowUp/ArrowDown. - Open the trace.
- Use
Tabto move focus from the list into the side panel. - Use
nandpto step through spans once the panel is focused.
How to confirm it worked
- With a trace open and the side panel focused, press
nrepeatedly and observe the highlighted span advancing. - With focus on the log list, press
ArrowDownand confirm the selected trace changes.
Notes
- Press
Shift+/on any page to view all supported keyboard shortcuts. - If keys do not work, ensure your browser or an extension is not intercepting the keystrokes.