Keyboard Shortcuts requirement sets

Requirement sets are named groups of API members. Office Add-ins use requirement sets specified in the manifest or use a runtime check to determine whether an Office application supports APIs that an add-in needs. For more information, see Office versions and requirement sets.

Office Add-ins run across multiple versions of Office. The following table lists the Keyboard Shortcuts requirement sets, the supported Office client applications, and the minimum builds or versions for those applications where applicable.

Requirement set Office on the web Office on Windows
  • Microsoft 365 subscription
  • retail perpetual
Office on Windows
  • volume-licensed perpetual
Office on Mac Office on iOS Outlook on Android
KeyboardShortcuts 1.1
  • Excel: Supported
  • Word: Rollout in progress*
  • Excel: Version 2111 (Build 14701.10000)
  • Word: Version 2408 (Build 17928.20114)
Not available
  • Excel: Version 16.55 (21111400)
  • Word: Version 16.88 (24081116)
Not supported Not supported

Note

The KeyboardShortcuts 1.1 requirement set is supported only in Excel and Word.

* The keyboard shortcut feature is currently being rolled out to Word on the web. If you test the feature in Word on the web at this time, the shortcuts may not work if they're activated from within the add-in's task pane. We recommend to periodically check this page to find out when the feature is fully supported.

Office versions and build numbers

To find out more about versions and build numbers, see:

Office Common API requirement sets

For information about Common API requirement sets, see Office Common API requirement sets.

KeyboardShortcuts 1.1

To learn about the keyboard shortcuts feature, see Add custom keyboard shortcuts to your Office Add-ins. For details about the APIs in this requirement set, see Office.actions.

See also