Skip to content

Commit f1631c9

Browse files
Merge branch 'main' into toast
2 parents 6c4c849 + c5b27ed commit f1631c9

File tree

14 files changed

+914
-411
lines changed

14 files changed

+914
-411
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin for Blockly enables keyboard navigation. It is intended to
44
experiment with different actions that might help visually impaired and motor
55
impaired 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
88
team intends to add screenreader support incrementally in Q2 and Q3 of 2025,
99
as 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

1616
You 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
1919
reach 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
2626
dropdown 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
2929
cursor is on a block you can copy it with `Ctrl + C`.
3030

3131
You can open the toolbox by pressing `T` or pressing `Tab` until the toolbox is
3232
highlighted. Just like the workspace, you can use the arrow keys to move around
3333
the toolbox and select a block. Pressing `Enter` will place the block at the
3434
cursor'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
3737
can press `Ctrl + Enter` to open the context menu and see a list of actions.
3838

3939
### Giving feedback
4040

4141
If you use the test page and find a bug, please let us know by opening an issue
4242
on 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
4444
triage the bug and add it to the roadmap.
4545

4646
### Note on @blockly/keyboard-navigation plugin
47+
4748
There is also an [existing keyboard navigation plugin](https://www.npmjs.com/package/@blockly/keyboard-navigation). That plugin may be where
4849
a finalized version of keyboard navigation eventually lives. But for now, this
4950
is where experimentation will be done.

0 commit comments

Comments
 (0)