ManifestShortcut
Defined in: core.ts:334
A keyboard shortcut declared in the manifest for auto-registration.
Requires ui.shortcuts permission; silently skipped if not granted.
Properties
Section titled “Properties”commandId
Section titled “commandId”commandId:
string
Defined in: core.ts:336
Short command ID (auto-prefixed with {pluginId}. during registration).
keys:
string
Defined in: core.ts:338
Shortcut key string (e.g., “cmd+shift+t”).
optionalwhen?:string
Defined in: core.ts:340
Optional condition string.