Skip to content

feat(ui): keyboard shortcut cheat sheet overlay (#428)#43

Open
advancedresearcharray wants to merge 2 commits into
mainfrom
feat/issue-428-only
Open

feat(ui): keyboard shortcut cheat sheet overlay (#428)#43
advancedresearcharray wants to merge 2 commits into
mainfrom
feat/issue-428-only

Conversation

@advancedresearcharray

Copy link
Copy Markdown
Owner

Summary

Implements kiwifs#428 — searchable keyboard shortcut cheat sheet overlay.

  • Replace static Dialog with filterable CommandDialog (cmdk fuzzy search)
  • Plain ? opens overlay outside inputs/editors; Cmd+/ via existing shortcuts_help binding
  • Shortcuts grouped: Navigation, Views, Editor, plus Custom for config overrides
  • Platform-aware <kbd> segments (⌘ vs Ctrl); HelpCircle toolbar button for mouse users

Test plan

  • cd ui && npm test -- --run kiwiKeybindings overlayDismiss — 18 passed
  • go test ./internal/keybindings/... -count=1 — ok
  • ? outside editor toggles overlay
  • Cmd+/ toggles overlay
  • Filter input narrows shortcut list
  • Custom keybinding override appears in Custom section

Closes kiwifs#428

Made with Cursor

Test User and others added 2 commits June 30, 2026 01:54
Replace static Dialog with filterable CommandDialog, add plain ? trigger
with input-target guard, HelpCircle toolbar button, platform-aware kbd
segments, and custom keybindings section from config.

Closes kiwifs#428

Signed-off-by: Test User <test@example.com>
Signed-off-by: Test User <test@example.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(ui): keyboard shortcut cheat sheet overlay

1 participant