Skip to content

ShortcutInfo

Defined in: namespaces.ts:831

Registered shortcut info returned by shortcuts.getAll().

shortcutId: string

Defined in: namespaces.ts:833

Unique identifier formatted as "{pluginId}:{keys}".


commandId: string

Defined in: namespaces.ts:835

The command ID this shortcut is bound to.


keys: string

Defined in: namespaces.ts:837

The key combination string.


optional when?: string

Defined in: namespaces.ts:839

Optional when condition, if provided at registration.