Add PowerPoint to office-keyboard-shortcuts sample#1149
Open
anikapadwekar wants to merge 7 commits intoOfficeDev:mainfrom
Open
Add PowerPoint to office-keyboard-shortcuts sample#1149anikapadwekar wants to merge 7 commits intoOfficeDev:mainfrom
anikapadwekar wants to merge 7 commits intoOfficeDev:mainfrom
Conversation
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
Collaborator
ElizabethSamuel-MSFT
left a comment
There was a problem hiding this comment.
let's also update the lastupdateddate field in /assets/samples.json
Co-authored-by: Elizabeth Samuel <elizs@microsoft.com>
Co-authored-by: Elizabeth Samuel <elizs@microsoft.com>
…ikapadwekar/Office-Add-in-samples into apadwekar/PowerPointShortcuts
ElizabethSamuel-MSFT
approved these changes
Feb 26, 2026
| - Word: Version 2408 (Build 17928.20114) | ||
| - Office on Mac | ||
| - Excel: Version 16.55 (21111400) | ||
| - PowerPoint: Version 16.105 (26012530) |
Contributor
There was a problem hiding this comment.
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"/> |
Contributor
There was a problem hiding this comment.
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"/> |
Contributor
There was a problem hiding this comment.
Suggested change
| <SupportUrl DefaultValue="https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/office-keyboard-shortcuts"/> |
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.
What's in this Pull Request?
This pull request extends the existing add‑in keyboard shortcut sample to include PowerPoint support.
Specifically, it:
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