claude-code - 💡(How to fix) Fix [FEATURE] Add keyboard shortcut to open session context menu (Archive/Delete) in Claude Desktop [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60551Fetched 2026-05-20 03:55:39
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

In the Claude Desktop Code tab, the context menu on sessions — which exposes actions like Archive and Delete — can only be opened by hovering over a session with the mouse. There is no way to trigger it from the keyboard, which breaks keyboard-only workflows.

Proposed Solution

Add a keyboard shortcut to open the context menu on the currently focused session in the sidebar — for example, a key like <kbd>Menu</kbd> (the dedicated context menu key on Windows keyboards), <kbd>Shift+F10</kbd>, or a custom bindable action that opens the session's action menu. Alternatively, expose the individual actions as directly bindable keybinding actions (e.g. session:archive, session:delete) in the existing keybindings.json system, so users can trigger them without going through the context menu at all.

Alternative Solutions

Show the Archive/Delete options inline in the sidebar when a session has keyboard focus (similar to how hover reveals them for mouse users). Or expose these actions through a command palette.

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

I want to archive and delete sessions without reaching for the mouse. The session list is already navigable in some ways, but the context menu actions are entirely mouse-gated. For a keyboard-driven workflow, there is currently no path to clean up sessions without leaving the keyboard.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Add keyboard shortcut to open session context menu (Archive/Delete) in Claude Desktop [1 comments, 2 participants]