[]
type KeyboardShortcutDefinition = object;
Keyboard shortcut definition.
optional alt: boolean;
Specifies whether the Alt key should be pressed.
optional ctrl: boolean;
Specifies whether the Ctrl key should be pressed.
optional keyCode: number;
Optional key code.
optional shift: boolean;
Specifies whether the Shift key should be pressed.
optional tool: KeyboardShortcutTool | Function;
Shortcut action.