Skip to content

ShortcutInfo

Defined in: namespaces.ts:832

Registered shortcut info returned by shortcuts.getAll().

shortcutId: string

Defined in: namespaces.ts:834

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


commandId: string

Defined in: namespaces.ts:836

The command ID this shortcut is bound to.


keys: string

Defined in: namespaces.ts:838

The key combination string.


optional when?: string

Defined in: namespaces.ts:840

Optional when condition, if provided at registration.