Skip to content

Add Desktop Peek to Shortcut Guide Windows shortcuts - #49638

Open
niels9001 with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-shortcut-guide-desktop-peek
Open

Add Desktop Peek to Shortcut Guide Windows shortcuts#49638
niels9001 with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-shortcut-guide-desktop-peek

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

  • Communication: I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected
  • Tests: Added/updated and all pass
  • Localization: All end-user-facing strings can be localized
  • Dev docs: Added/updated
  • New binaries: Added on the required places
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

  • Shortcut manifest

    • Adds Peek at desktop temporarily to the Windows shell manifest in the Windows key section.
    • Models the shortcut as Win + ,, matching the OS behavior Shortcut Guide should surface.
  • Regression coverage

    • Adds a focused unit test that deserializes +WindowsNT.Shell.en-US.yml and asserts the Desktop Peek entry is present with the expected shortcut payload.
- Name: Peek at desktop temporarily
  Shortcut:
    - Win: true
      Ctrl: false
      Shift: false
      Alt: false
      Keys:
        - ","

Validation Steps Performed

  • Parsed the updated +WindowsNT.Shell.en-US.yml manifest and verified the new entry is present in the Windows key section.
  • Added a manifest-focused unit test covering the new shortcut entry.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI linked an issue Aug 3, 2026 that may be closed by this pull request
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
Copilot AI requested a review from niels9001 August 3, 2026 13:13
@niels9001

Copy link
Copy Markdown
Collaborator

@copilot Remove the test

@niels9001
niels9001 requested a review from noraa-junker August 3, 2026 13:47
@niels9001
niels9001 marked this pull request as ready for review August 3, 2026 13:47
@niels9001 niels9001 added the 0.102 label Aug 3, 2026

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Remove the test

Addressed in 06f08d5.

@niels9001 niels9001 added the Product-Shortcut Guide Refers to the Shortcut Guide PowerToy label Aug 3, 2026
@niels9001 niels9001 added 0.101 and removed 0.102 labels Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.101 Product-Shortcut Guide Refers to the Shortcut Guide PowerToy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Shortcut Guide Missing Desktop Peek

3 participants