Share via


keyboardShortcutsMappingFiles object

Specifies the full URLs for shortcuts mapping and localization resource files that don't directly support the unified manifest.

Properties that reference this object type:

Syntax

{
  "shortcutsUrl": "{string}",
  "localizationResourceUrl": "{string}"
}
{
  "shortcutsUrl": "{string}",
  "localizationResourceUrl": "{string}"
}

Properties

shortcutsUrl

The full URL of the JSON file that will contain the keyboard combination configuration on Office application and platform combinations that don't directly support the unified manifest.

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values
The string must start with https://.

shortcutsUrl

The full URL of the JSON file that will contain the keyboard combination configuration on Office application and platform combinations that don't directly support the unified manifest.

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values
The string must start with http:// or https://.

localizationResourceUrl

The full URL of a file that provides supplemental resource, such as localized strings, for the file specified in the shortcutsUrl attribute.

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values
The string must start with https://.

localizationResourceUrl

The full URL of a file that provides supplemental resource, such as localized strings, for the file specified in the shortcutsUrl attribute.

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values
The string must start with http:// or https://.