product: restore keybinding discoverability after customization removal #328
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Parent: #305
Related: #239, #324
Problem
After removing keymap customization, it is no longer clear where users can view the built-in keyboard bindings. This is especially noticeable for navigation bindings such as moving through week/month views.
g?was expected to show keybindings or keyboard help, but it currently routes to generic settings. That makes the app feel like it lost discoverability even if the actual bindings still exist.Open Debate
This is an open debate with no clear-cut solution. We need to decide what the smallest durable product surface should be now that customization is gone.
Possible directions:
g?to contextual keyboard help instead of generic settings.Non-Goals
Acceptance
g?has an intentional destination, even if the final decision is not a standalone modal.Product direction chosen in PR #331: restore read-only shortcut discoverability with a keyboard shortcuts dialog backed by the existing static keymap definitions.
g?opens that surface;Sremains settings; no keymap customization is reintroduced.