From 95b26d3f23e7bcc3b5183d7e5b1ee4dfd809e486 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Mon, 29 Jul 2019 13:28:43 -0700 Subject: [PATCH] Basic linting Untested. --- demos/keyboard_nav/index.html | 112 ++++++++++++++++++---------------- 1 file changed, 59 insertions(+), 53 deletions(-) diff --git a/demos/keyboard_nav/index.html b/demos/keyboard_nav/index.html index e2701e3c7..936d501b3 100644 --- a/demos/keyboard_nav/index.html +++ b/demos/keyboard_nav/index.html @@ -24,22 +24,23 @@

Keyboard Navigation is our first step towards an accessible Blockly.
You can enter accessibility mode by shift clicking anywhere on the - workspace or on a block.
Some basic commands for moving around are below. + workspace or on a block.
Some basic commands for moving around are below. More complete documentation is still in progress.

Workspace Navigation
W: Previous block/field/input at the same level
A: Up one level (Field (or input) -> Block -> Input (or field) -> Block -> Stack -> Workspace)
S: Next block/field/input at the same level
- D: Down one level (Workspace -> Stack -> Block -> Input ( or field) -> Block - -> Field (orinput))
+ D: Down one level (Workspace -> Stack -> Block -> Input (or field) -> Block + -> Field (or input))
T: Will open the toolbox. Once in there you can moving around using the WASD keys. And insert a block by hitting Enter
X: While on a connection hit X to disconnect the block after the cursor

Pre Order Traversal
- Feel free to just play around in accessibility mode or hit the button below to - see the demo. The demo uses preorder tree traversal as an alternative way to navigate the blocks, - connections, and fields on the workspace.

+ Feel free to just play around in accessibility mode or hit the button below to see the demo. + The demo uses preorder tree traversal + as an alternative way to navigate the blocks, + connections, and fields on the workspace.

@@ -52,7 +53,7 @@
-