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
- core/frontend/src/tools/ToolAdmin.ts Line 1497
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.