blockly > ShortcutRegistry > getRegistry

Metodo ShortcutRegistry.getRegistry()

Restituisce il registro delle scorciatoie da tastiera.

Firma:

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

Resi:

{ [key: string]: KeyboardShortcut; }

Il registro delle scorciatoie da tastiera.