Skip to content

Shortcut Guide: Add keyboard shortcut manifest for new Outlook (olk.exe)#48821

Open
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-shortcut-guide-outlook-new
Open

Shortcut Guide: Add keyboard shortcut manifest for new Outlook (olk.exe)#48821
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-shortcut-guide-outlook-new

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary of the Pull Request

Shortcut Guide had no manifest for the new Outlook for Windows app, so it showed no shortcuts when olk.exe was the foreground process. Adds a new YAML manifest (Microsoft.OutlookForWindows.en-US.yml) with WindowFilter: "olk.exe" covering email, navigation, text editing, formatting, and calendar shortcuts.

PR Checklist

Detailed Description of the Pull Request / Additional comments

New file: src/modules/ShortcutGuide/ShortcutGuide.Ui/Assets/ShortcutGuide/Manifests/Microsoft.OutlookForWindows.en-US.yml

  • PackageName: Microsoft.OutlookForWindows (WinGet package ID)
  • WindowFilter: olk.exe — process name for the new Outlook app (distinct from classic outlook.exe)
  • Display name: Outlook (new)
  • Shortcut categories: Frequently used · Navigate Outlook · Text editing · Format text · Calendar

The .csproj already globs Assets\ShortcutGuide\Manifests\*.yml, so no project file changes are needed.

Validation Steps Performed

  • Verified the YAML structure matches existing manifests (e.g., Microsoft.Outlook.en-US.yml).
  • Confirmed olk.exe is the correct process name for new Outlook for Windows.

Copilot AI changed the title [WIP] Fix shortcut guide to recognize Outlook new Shortcut Guide: Add keyboard shortcut manifest for new Outlook (olk.exe) Jun 24, 2026
Copilot AI requested a review from niels9001 June 24, 2026 07:14
@niels9001 niels9001 marked this pull request as ready for review June 24, 2026 07:18
@niels9001 niels9001 added the Product-Shortcut Guide Refers to the Shortcut Guide PowerToy label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Product-Shortcut Guide Refers to the Shortcut Guide PowerToy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

shortcut guide does not recognize outlook new

2 participants