feat(shortcut-guide): add Claude Desktop manifest#49245
Open
Bakorlam wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
|
@microsoft-github-policy-service agree |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Shortcut Guide keyboard-shortcuts manifest for Claude Desktop so Shortcut Guide can display Claude’s app-specific shortcuts when Claude.exe is the active window.
Changes:
- Added
Anthropic.ClaudeShortcut Guide YAML manifest with two sections (“General” and “In chats”). - Marked key shortcuts as
Recommendedto surface them in the recommended area (e.g., quick chat/search and open-from-anywhere).
Comment on lines
+67
to
+68
| Keys: | ||
| - '<Enter>' |
Comment on lines
+75
to
+76
| Keys: | ||
| - '<Enter>' |
Comment on lines
+107
to
+108
| Keys: | ||
| - '<Esc>' |
niels9001
approved these changes
Jul 10, 2026
Collaborator
|
@Bakorlam see Copilot comments. @noraa-junker dies single / double quote matter for parsing? |
Collaborator
No they don't. It's just not consistent with the other manifests, but it doesn't matter that much |
Suggestion applied for consistency across manifests. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Collaborator
|
@Bakorlam 3 more comments from Copilot. Should be simple fixes for consistency sake, and then we can merge this in 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
Adds a Shortcut Guide manifest for Claude Desktop (Claude.exe), covering
General (quick chat/search, incognito chat, sidebar toggle, keyboard
shortcuts, settings, open-from-anywhere) and In-chat actions (send, new
line, extended thinking toggle, file upload, stop generation), pulled
directly from the app's own in-app "Keyboard shortcuts" panel (Ctrl+/
inside Claude Desktop).
PR Checklist
Detailed Description of the Pull Request / Additional comments
Note: the "Open Claude from anywhere" global hotkey (Ctrl+Alt+Space) is
included since it's shown live in the app's shortcut panel on Windows,
though I haven't found it documented on support.claude.com as of this
writing — worth flagging in case Anthropic's docs are just behind.
Tests/Localization/Dev docs/New binaries/Documentation: N/A — this is a
data-only YAML manifest addition, no code changes, following the same
shape as the merged Postman manifest (#48461).
Validation Steps Performed
Tested manually against a live build of Shortcut Guide with Claude
Desktop focused. Confirmed the Claude section renders with both
categories, and recommended shortcuts (Quick chat/search, Open Claude
from anywhere) are pinned at top. Screenshot attached below.