blockly > ShortcutItems > registerHeadingNavigation
ShortcutItems.registerHeadingNavigation() function
Registers keyboard shortcuts to jump between headings (labels) in a flyout.
Pressing H moves focus to the next heading; Shift+H moves focus to the previous heading. The shortcut only activates when focus is already inside the flyout; otherwise it returns false so other handlers may take over.
Signature:
export declare function registerHeadingNavigation(): void;
Returns:
void