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