Заметка
Доступ к этой странице требует авторизации. Вы можете попробовать войти в систему или изменить каталог.
Доступ к этой странице требует авторизации. Вы можете попробовать сменить директорию.
Keyboard shortcuts, also known as key combinations, help users work more efficiently with your add-in. They also improve accessibility for users with disabilities by providing an alternative to mouse interactions.
Properties that reference this object type:
Syntax
{
"requirements": {
"capabilities": [
{
capabilities object
}
],
"scopes": [
"mail | workbook | document | presentation"
],
"formFactors": [
"desktop | mobile"
]
},
"shortcuts": [
{
"key": {
extensionKeyCombination object
},
"actionId": "{string}"
}
],
"keyMappingFiles": {
"shortcutsUrl": "{string}",
"localizationResourceUrl": "{string}"
}
}
{
"requirements": {
"capabilities": [
{
capabilities object
}
],
"scopes": [
"mail | workbook | document | presentation"
],
"formFactors": [
"desktop | mobile"
]
},
"shortcuts": [
{
"key": {
extensionKeyCombination object
},
"actionId": "{string}"
}
],
"keyMappingFiles": {
"shortcutsUrl": "{string}",
"localizationResourceUrl": "{string}"
}
}
Properties
requirements
Specifies the Office requirement sets.
Required
—
Constraints
Supported values
shortcuts
Array of mappings from actions to the key combinations that invoke the actions.
Type
Array of extensionShortcut
Required
—
Constraints
Minimum array items: 1. Maximum array items: 20000.
Supported values
shortcuts
Array of mappings from actions to the key combinations that invoke the actions.
Type
Array of extensionShortcut
Required
✅
Constraints
Minimum array items: 1. Maximum array items: 20000.
Supported values
keyMappingFiles
Specifies the full URLs for shortcuts mapping and localization resource files that don't directly support the unified manifest.
Required
—
Constraints
Supported values