[]
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 meta?: boolean;
Specifies whether the Meta key should be pressed.
optional shift?: boolean;
Specifies whether the Shift key should be pressed.
tool: KeyboardShortcutTool | Function;
Shortcut action.