refactor: normalize keyboard scope handling #324
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#324
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: #355
Problem
Keyboard behavior is still distributed across global, queue, kanban, calendar, settings, popovers, dialogs, and task-detail handlers. Keymap customization is gone, so the remaining keyboard code should be simpler and explicit about scope, focus rules, browser shortcuts, counts, and operator-style sequences.
Solution
Introduce a shared keyboard scope helper while preserving current fixed bindings:
Acceptance criteria
Reopening under #355. The first keyboard cleanup closed part of the old tracker, but current main still repeats keyboard scope/guard handling across global, queue, kanban, calendar, settings, and dialogs. This issue now tracks the shared helper follow-up only.
barrettruth referenced this issue2026-05-12 12:45:24 +00:00