API Reference > ui-framework > KeyboardShortcut > KeyboardShortcutManager KeyboardShortcutManager Class Keyboard Shortcut Manager Methods Name Description constructor(): KeyboardShortcutManager closeShortcutsMenu(): void Static Closes the Keyboard Shortcuts menu displayShortcutsMenu(): void Static Displays the Keyboard Shortcuts menu at the cursor getShortcut(keyMapKey: string): undefined | KeyboardShortcut Static Returns a Keyboard Shortcut from the managed lists initialize(): void Static Initialize the Keyboard Shortcut manager loadKeyboardShortcut(shortcutProps: KeyboardShortcutProps): void Static Loads a Keyboard Shortcut into the managed list loadKeyboardShortcuts(shortcutList: KeyboardShortcutProps[]): void Static Loads Keyboard Shortcuts into the managed list processKey(keyboardKey: string, isAltKeyPressed: boolean = false, isCtrlKeyPressed: boolean = false, isShiftKeyPressed: boolean = false): boolean Static Processes a keystroke and invokes a matching Keyboard Shortcut setFocusToHome(): void Static Sets focus to Home Properties Name Type Description cursorX Accessor StaticReadOnly number Returns the cursor X position, which is mouseEvent.pageX. cursorY Accessor StaticReadOnly number Returns the cursor Y position, which is mouseEvent.pageY. isFocusOnHome Accessor StaticReadOnly boolean Determines if focus is set to Home shortcutContainer Accessor StaticReadOnly KeyboardShortcutContainer Returns the managed list of Keyboard Shortcuts Defined in ui/framework/src/ui-framework/keyboardshortcut/KeyboardShortcut.ts Line 233 Last Updated: 11 June, 2024