fix: restore keyboard shortcut discovery #331
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!331
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/328-keybinding-discovery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
After removing keymap customization,
g?still existed in the keymap data but sent users to generic settings. That made built-in shortcuts, including calendar week/month traversal, hard to discover.Solution
HELP_SECTIONS.g?and queue/list help paths to the shortcuts dialog instead of generic settings.shortcutsentry with theg?hint.Sand do not reintroduce editable keymaps.h / lhelp text as day/week/month traversal.Product Direction
This chooses the smallest durable surface from the open debate in #328: read-only discoverability, not customization.
Stack
Stacked on #327, which is stacked on #326. Retarget this PR to
mainafter #326 and #327 merge.Verification
nix develop --command pnpm vitest run tests/lib/fullcalendar-range.test.ts tests/lib/keymap-defs.test.ts tests/lib/app-sidebar.test.tsnix develop --command pnpm tsc --noEmitnix develop --command pnpm exec biome check ...nix develop --command just ciCloses #328