@@ -4,7 +4,7 @@ This plugin for Blockly enables keyboard navigation. It is intended to
44experiment with different actions that might help visually impaired and motor
55impaired people navigate a Blockly workspace.
66
7- Keyboard navigation and screenreader support are closely coupled. The Blockly
7+ Keyboard navigation and screenreader support are closely coupled. The Blockly
88team intends to add screenreader support incrementally in Q2 and Q3 of 2025,
99as we validate the general approach to navigation.
1010
@@ -15,35 +15,36 @@ on the wiki](https://github.com/google/blockly-keyboard-experimentation/wiki/Jan
1515
1616You can explore the current state of the plugin on the [ test page] ( https://google.github.io/blockly-keyboard-experimentation/ ) .
1717
18- To use keyboard navigation, click on the workspace or press tab until you
18+ To use keyboard navigation, click on the workspace or press tab until you
1919reach the workspace.
2020
21- Once browser focus is on the Blockly workspace, you can use arrow keys to
22- move a ** cursor** around the workspace. You can use keyboard shortcuts to
23- take actions at the cursor.
21+ Once browser focus is on the Blockly workspace, you can use arrow keys to
22+ move a ** cursor** around the workspace. You can use keyboard shortcuts to
23+ take actions at the cursor.
2424
25- For instance, you can move the cursor to a
25+ For instance, you can move the cursor to a
2626dropdown field and press the ` Enter ` key to edit the field.
2727
28- The available actions depend on the cursor location. For instance, if the
28+ The available actions depend on the cursor location. For instance, if the
2929cursor is on a block you can copy it with ` Ctrl + C ` .
3030
3131You can open the toolbox by pressing ` T ` or pressing ` Tab ` until the toolbox is
3232highlighted. Just like the workspace, you can use the arrow keys to move around
3333the toolbox and select a block. Pressing ` Enter ` will place the block at the
3434cursor's location on the workspace.
3535
36- If you don't know which actions are available at your cursor location, you
36+ If you don't know which actions are available at your cursor location, you
3737can press ` Ctrl + Enter ` to open the context menu and see a list of actions.
3838
3939### Giving feedback
4040
4141If you use the test page and find a bug, please let us know by opening an issue
4242on this repository! Include information about how to reproduce the bug, what
43- the bad behaviour was, and what you expected it to do. The Blockly team will
43+ the bad behaviour was, and what you expected it to do. The Blockly team will
4444triage the bug and add it to the roadmap.
4545
4646### Note on @blockly/keyboard-navigation plugin
47+
4748There is also an [ existing keyboard navigation plugin] ( https://www.npmjs.com/package/@blockly/keyboard-navigation ) . That plugin may be where
4849a finalized version of keyboard navigation eventually lives. But for now, this
4950is where experimentation will be done.
0 commit comments