We have global shortcuts (⌘K, /, ?, c) via components/shortcuts-help.tsx + the AppShell key handler. Add row-level navigation in the List view.
Scope
j/k move the focused row, x toggles selection, e/Enter opens the task, space cycles status (optional).
- Respect the existing typing guard (don't hijack inputs).
- Document the new keys in the shortcuts dialog.
Acceptance
- Navigate and act on tasks without the mouse in the List view.
We have global shortcuts (⌘K,
/,?,c) viacomponents/shortcuts-help.tsx+ the AppShell key handler. Add row-level navigation in the List view.Scope
j/kmove the focused row,xtoggles selection,e/Enter opens the task,spacecycles status (optional).Acceptance