blockly > ShortcutItems > registerNavigationShortcuts
ShortcutItems.registerNavigationShortcuts() function
Registers keyboard shortcuts used to jump between blocks and stacks in the workspace, between items in the toolbox and flyout, and to scroll the workspace or flyout. Note these are not registered by default, so call this function to enable them if desired.
Signature:
export declare function registerNavigationShortcuts(): void;
Returns:
void