processKeyboardEvent MethodProtected
Event for every key down and up transition.
processKeyboardEvent(keyEvent: KeyboardEvent, _wentDown: boolean): boolean
@note Called before processShortcutKey.
@returns true if handled and no further processing of event should occur.
| Parameter | Type | Description |
|---|---|---|
| keyEvent | KeyboardEvent | |
| _wentDown | boolean |
Returns - boolean
true if handled and no further processing of event should occur.
Defined in
- core/frontend/src/tools/ToolAdmin.ts Line 1505
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.