ShortcutInfo
Defined in: namespaces.ts:832
Registered shortcut info returned by shortcuts.getAll().
Properties
Section titled “Properties”shortcutId
Section titled “shortcutId”shortcutId:
string
Defined in: namespaces.ts:834
Unique identifier formatted as "{pluginId}:{keys}".
commandId
Section titled “commandId”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.
optionalwhen?:string
Defined in: namespaces.ts:840
Optional when condition, if provided at registration.