Add correct focus behavior for the modal. Update boundary sounds.

This commit is contained in:
Sean Lip
2016-11-14 18:31:36 -08:00
parent 14f0a1cd3d
commit b1109f47f0
20 changed files with 1919 additions and 1624 deletions

View File

@@ -27,7 +27,8 @@
Blockly.Msg.TOOLBOX = 'Toolbox';
Blockly.Msg.WORKSPACE = 'Workspace';
Blockly.Msg.TOOLBOX_BLOCK = 'toolbox block. Move right to view submenu.';
Blockly.Msg.WORKSPACE_BLOCK = 'workspace block. Move right to view submenu.';
Blockly.Msg.WORKSPACE_BLOCK =
'workspace block. Move right to edit. Press Enter for more options.';
Blockly.Msg.CLEAR_WORKSPACE = 'Erase Workspace';
@@ -52,6 +53,7 @@ Blockly.Msg.FOR = 'for';
Blockly.Msg.VALUE = 'value';
Blockly.Msg.BLOCK_OPTIONS = 'Block options: ';
Blockly.Msg.CANCEL = 'Cancel.';
Blockly.Msg.BLOCK_MOVED_TO_MARKED_SPOT_MSB = 'Block moved to marked spot: ';
Blockly.Msg.COPIED_BLOCK_MSG = 'copied. ';