blockly > ShortcutRegistry > getRegistry

Método ShortcutsRegistry.getRegistry().

Recebe o registro de atalhos do teclado.

Signature:

getRegistry(): {
        [key: string]: KeyboardShortcut;
    };

Retorna:

{ [key: string]: KeyboardShortcut; }

O registro de atalhos do teclado.