processShortcutKey Method

Sub-classes should override to process shortcut key events.

processShortcutKey(_keyEvent: KeyboardEvent, _wentDown: boolean): Promise<boolean>

@returns true if handled and no further processing of event should occur.

Parameter Type Description
_keyEvent KeyboardEvent  
_wentDown boolean  

Returns - Promise

true if handled and no further processing of event should occur.

Defined in

Last Updated: 28 April, 2026