Add Brave Browser keyboard shortcuts manifest for Shortcut Guide - #49615
Merged
Niels Laute (niels9001) merged 6 commits intoAug 8, 2026
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot
AI
changed the title
[WIP] Fix Shortcut Guide missing Brave Browser shortcuts
Add Brave Browser keyboard shortcuts manifest for Shortcut Guide
Aug 1, 2026
Niels Laute (niels9001)
marked this pull request as ready for review
August 2, 2026 07:58
Niels Laute (niels9001)
enabled auto-merge (squash)
August 2, 2026 07:58
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Shortcut Guide manifest so Brave Browser windows can show app-specific keyboard shortcuts when Brave is the active window.
Changes:
- Add
BraveSoftware.BraveBrowser.en-US.ymlmanifest with sections covering tab/window management, Brave features, address bar, and web page actions.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Collaborator
|
Copilot The correct package name is Brave.Brave |
Contributor
Author
Done — renamed the file to |
Noraa Junker (noraa-junker)
approved these changes
Aug 2, 2026
…e/Manifests/Brave.Brave.en-US.yml Co-authored-by: Muyuan Li <116717757+MuyuanMS@users.noreply.github.com>
…e/Manifests/Brave.Brave.en-US.yml Co-authored-by: Muyuan Li <116717757+MuyuanMS@users.noreply.github.com>
Collaborator
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Niels Laute (niels9001)
approved these changes
Aug 6, 2026
Noraa Junker (noraa-junker)
approved these changes
Aug 8, 2026
Niels Laute (niels9001)
deleted the
copilot/fix-shortcut-guide-brave-browser
branch
August 8, 2026 17:58
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.
Shortcut Guide had no manifest for Brave Browser, so no shortcuts were displayed when Brave was the active window.
Summary of the Pull Request
Adds
BraveSoftware.BraveBrowser.en-US.ymlto the Shortcut Guide manifests directory. UsesWindowFilter: "brave.exe"to match the active process. The index is auto-generated at runtime by enumerating all.ymlfiles, so no code changes are required.PR Checklist
Detailed Description of the Pull Request / Additional comments
57 shortcuts across 4 sections, mirroring the Chrome manifest structure (Brave is Chromium-based) with Brave-specific adjustments:
Ctrl+Alt+N)Alt+D), bookmarks bar, history, downloads, DevTools, task manager, find bar, clear browsing dataValidation Steps Performed
WindowFilter: "brave.exe"matches the Brave Browser executable name.ymlfiles — no index update needed