Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Keyboard Shortcuts requirement sets
description: Keyboard Shortcuts requirement set information for Office Add-ins.
ms.date: 03/12/2025
ms.date: 09/04/2025
ms.topic: overview
ms.localizationpriority: medium
---
Expand All @@ -14,10 +14,10 @@ Office Add-ins run across multiple versions of Office. The following table lists

| Requirement set | Office on the web | Office on Windows<ul><li>Microsoft 365 subscription</li><li>retail perpetual</li></ul> | Office on Windows<ul><li>volume-licensed perpetual</li></ul> | Office on Mac | Office on iOS | Outlook on Android |
|:-----|:-----|:-----|:-----|:-----|:-----|:-----|
| KeyboardShortcuts 1.1 | Supported | <ul><li>Excel: Version 2111 (Build 14701.10000)</li><li>Word: Version 2408 (Build 17928.20114)</li></ul> | Not available | <ul><li>Excel: Version 16.55 (21111400)</li><li>Word: Version 16.88 (24081116)</li></ul>| Not supported | Not supported |
| KeyboardShortcuts 1.1 | Supported | <ul><li>Excel: Version 2111 (Build 14701.10000)</li><li>PowerPoint: Version TBD (Build TBD)</li><li>Word: Version 2408 (Build 17928.20114)</li></ul> | Not available | <ul><li>Excel: Version 16.55 (21111400)</li><li>PowerPoint: Version TBD (Build TBD)</li><li>Word: Version 16.88 (24081116)</li></ul>| Not supported | Not supported |

> [!NOTE]
> The **KeyboardShortcuts 1.1** requirement set is supported only in **Excel** and **Word**.
> The **KeyboardShortcuts 1.1** requirement set is supported only in **Excel**, **PowerPoint**, and **Word**.

## Office versions and build numbers

Expand Down
Loading