[]
        
(Showing Draft Content)

KeyboardShortcutDefinition

Type Alias: KeyboardShortcutDefinition

KeyboardShortcutDefinition: object

Keyboard shortcut definition.

Type declaration

alt?

optional alt: boolean

Specifies whether the Alt key should be pressed.

ctrl?

optional ctrl: boolean

Specifies whether the Ctrl key should be pressed.

keyCode?

optional keyCode: number

Optional key code.

shift?

optional shift: boolean

Specifies whether the Shift key should be pressed.

tool?

optional tool: KeyboardShortcutTool | Function

Shortcut action.