Function: registerNavigationShortcuts()
function registerNavigationShortcuts(): void;
Defined in: packages/blockly/core/shortcut_items.ts:2013
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.
Returns
void