Поделиться через


extensionShortcut object

Array of mappings from actions to the key combinations that invoke the actions.

Properties that reference this object type:

Syntax

{
  "key": {
    "default": "{string}",
    "mac": "{string}",
    "web": "{string}",
    "windows": "{string}"
  },
  "actionId": "{string}"
}

Properties

key

Required

Constraints

Supported values

actionId

The ID of an execution-type action that handles this key combination.

Type
string

Required

Constraints
Minimum string length: 1. Maximum string length: 64.

Supported values