Open
Add Desktop Peek to Shortcut Guide Windows shortcuts#49638
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 missing desktop peek shortcut in the Shortcut Guide
Add Desktop Peek to Shortcut Guide Windows shortcuts
Aug 3, 2026
Collaborator
|
@copilot Remove the test |
Contributor
Author
noraa-junker
approved these changes
Aug 4, 2026
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
Shortcut Guide was missing the Windows desktop peek shortcut (
Win + ,) from the Windows shell shortcuts it displays. This update adds the missing entry and pins it with a focused manifest test.PR Checklist
Detailed Description of the Pull Request / Additional comments
Shortcut manifest
Peek at desktop temporarilyto the Windows shell manifest in theWindows keysection.Win + ,, matching the OS behavior Shortcut Guide should surface.Regression coverage
+WindowsNT.Shell.en-US.ymland asserts the Desktop Peek entry is present with the expected shortcut payload.Validation Steps Performed
+WindowsNT.Shell.en-US.ymlmanifest and verified the new entry is present in theWindows keysection.