Skip to content

fix: make Command+P task switcher work in all views#118

Merged
bborn merged 1 commit intomainfrom
task/224-command-p-should-work-in-every-view
Jan 11, 2026
Merged

fix: make Command+P task switcher work in all views#118
bborn merged 1 commit intomainfrom
task/224-command-p-should-work-in-every-view

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 11, 2026

Summary

  • Move Command+P keyboard shortcut from view-specific updateDashboard() to global keyboard handler in Update()
  • This allows the task switcher to be opened from any view (Detail, Memories, Attachments, etc.)
  • Previously only worked in the Dashboard/Kanban view

Test plan

  • Code compiles successfully
  • All existing tests pass
  • Manual testing: Press Command+P (or p or Ctrl+P) from:
    • Dashboard view (Kanban)
    • Detail view
    • Memories view
    • Attachments view
  • Verify task selection navigates correctly from each view

Fixes #224

🤖 Generated with Claude Code

Move the Command+P keyboard shortcut handler from the view-specific
updateDashboard() function to the global keyboard handler section in
Update(). This allows the task switcher to be opened from any view
(Detail, Memories, Attachments, etc.) instead of only from the
Dashboard/Kanban view.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 2fdad90 into main Jan 11, 2026
3 checks passed
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.

1 participant