Check for duplicates
Description
When a block is focused and Enter is pressed, a toast prompting the user to use the right arrow key to navigate the block is shown. In RTL workspaces, this will do nothing, as the left arrow key needs to be used to navigate the block.
Reproduction steps
- Open an RTL Blockly workspace
- Focus a block and hit Enter
- Observe that the toast tells you to use the right arrow key to navigate the block, which is a no-op.
Check for duplicates
Description
When a block is focused and Enter is pressed, a toast prompting the user to use the right arrow key to navigate the block is shown. In RTL workspaces, this will do nothing, as the left arrow key needs to be used to navigate the block.
Reproduction steps