Skip to content

Keyboard Shortcut Glossary

Natalio Castaneda edited this page Aug 1, 2022 · 7 revisions

Glossary

Block Types

Block Type Definition Example
Statement Standalone block attached to top, bottom, or do connection If, loop, print
Container Block that acts as a container for a subset of statement blocks If, loop
Value Block that represents a value Number, text

Navigation Mode

Key Function
Tab Navigate through items on page
J Jump to first block in workspace
E Enter edit mode
E While value block is selected, edit value
W Traverse up to previous statement block
A Traverse/nest out of container or inline block
S Traverse down to next statement block
D Nest in to container
F Traverse in to next inline block, value block
I While traversing value blocks, move to next value block
Shift + I While traversing value blocks, move to previous value block
R Repeat name of selected block
Delete/Backspace Delete currently selected block (along with children)

Edit Mode

Key Function
W/A Cycle to previous connection point
S/D Cycle to next connection point
E While in edit mode, exit edit mode
E While value block is selected, edit value
Arrows When value block is selected, navigate dropdown options
Enter Select value from dropdown
T When selecting connection point, open toolbox

Toolbox

Key Function
W Navigate up category or block list
S Navigate down category or block list
D Navigate into block list from category list
A Navigate to category list from block list
Enter Add selected block to workspace
Escape Return to workspace from toolbox