Skip to content

Add PowerPoint to office-keyboard-shortcuts sample#1149

Open
anikapadwekar wants to merge 7 commits intoOfficeDev:mainfrom
anikapadwekar:apadwekar/PowerPointShortcuts
Open

Add PowerPoint to office-keyboard-shortcuts sample#1149
anikapadwekar wants to merge 7 commits intoOfficeDev:mainfrom
anikapadwekar:apadwekar/PowerPointShortcuts

Conversation

@anikapadwekar
Copy link
Copy Markdown

Q A
Bug fix? No
New feature? Yes
New sample? No
Related issues? None

What's in this Pull Request?

This pull request extends the existing add‑in keyboard shortcut sample to include PowerPoint support.

Specifically, it:

  • Adds PowerPoint as a supported host in the add‑in shortcut sample.
  • Updates documentation to clarify which builds currently support add‑in shortcuts.
  • Introduces a new cross‑host shortcut, Ctrl + Shift + Alt + N, that works consistently in Excel, Word, and PowerPoint.
  • Updates the shortcut conflict example to use Ctrl + A, since Ctrl + R is not supported in online clients.

These changes are intended to help developers understand how add‑in shortcuts behave across Office hosts and to provide a more accurate, end‑to‑end sample.

Guidance

@anikapadwekar anikapadwekar marked this pull request as ready for review February 9, 2026 22:51
@anikapadwekar
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree company="Microsoft"

@samantharamon samantharamon self-assigned this Feb 9, 2026
Copy link
Copy Markdown
Collaborator

@ElizabethSamuel-MSFT ElizabethSamuel-MSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's also update the lastupdateddate field in /assets/samples.json

- Word: Version 2408 (Build 17928.20114)
- Office on Mac
- Excel: Version 16.55 (21111400)
- PowerPoint: Version 16.105 (26012530)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Version 16.105.2?

<Description DefaultValue="Shows how to add keyboard shortcuts to your Office Add-in."/>
<IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png"/>
<SupportUrl DefaultValue="https://github.com/OfficeDev/PnP-OfficeAddins/tree/main/Samples/office-keyboard-shortcuts"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<SupportUrl DefaultValue="https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/office-keyboard-shortcuts"/>

<Description DefaultValue="Shows how to add keyboard shortcuts to your Office Add-in."/>
<IconUrl DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/office-keyboard-shortcuts/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/office-keyboard-shortcuts/assets/icon-80.png"/>
<SupportUrl DefaultValue="https://github.com/OfficeDev/PnP-OfficeAddins/tree/main/Samples/office-keyboard-shortcuts"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<SupportUrl DefaultValue="https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/office-keyboard-shortcuts"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants