fix: g? help panel doesn't work in kanban/calendar views #64

Closed
opened 2026-03-23 22:13:17 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-23 22:13:17 +00:00

Problem

`g?` only works from queue view. In kanban and calendar views, the `g` key is either not handled or consumed differently, so the help panel never opens.

Expected

`g?` should open the keymap help panel from any view — queue, kanban, calendar, or when no view-specific handler is active.

Root Cause

Each view has its own keyboard handler that may consume `g` before the global handler sees it. The fix applied for queue view (onHelp callback + DOM event) needs to be replicated in kanban and calendar keyboard handlers.

## Problem \`g?\` only works from queue view. In kanban and calendar views, the \`g\` key is either not handled or consumed differently, so the help panel never opens. ## Expected \`g?\` should open the keymap help panel from any view — queue, kanban, calendar, or when no view-specific handler is active. ## Root Cause Each view has its own keyboard handler that may consume \`g\` before the global handler sees it. The fix applied for queue view (onHelp callback + DOM event) needs to be replicated in kanban and calendar keyboard handlers.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#64
No description provided.