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


extensionKeyCombination object

Key combinations in different platform (i.e. default, windows, web and mac).

Properties that reference this object type:

Syntax

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

Properties

default

Fallback key for any platform that isn't specified.

Type
string

Required

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

Supported values
The string value must contain only letters, numbers, hyphens, underscores, and plus signs.

mac

key for mac platform. Alt is mapped to the Option key.

Type
string

Required

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

Supported values
The string value must contain only letters, numbers, hyphens, underscores, and plus signs.

web

key for web platform.

Type
string

Required

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

Supported values
The string value must contain only letters, numbers, hyphens, underscores, and plus signs.

windows

key for windows platform. Command is mapped to the Ctrl key.

Type
string

Required

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

Supported values
The string value must contain only letters, numbers, hyphens, underscores, and plus signs.