I've been looking over the Accessible Blockly documentation, but I've been having some trouble figuring out exactly how I would do this.
We have a React-based app which uses various Blockly workspaces (with a variety of custom blocks and fields). I'd love to be able to set it up such that we could toggle between the standard Blockly workspace and an Accessible Blockly setup in order to give options for keyboard-only users, but the documentation doesn't really seem to consider this sort of case - it seems more to be controlled by the combination of files you include, and dynamically loading/unloading those files could be... tricky. Has anyone encountered or been able to configure a use case like this?