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