forked from google/blockly
-
Notifications
You must be signed in to change notification settings - Fork 6
Keyboard Shortcut Glossary
Natalio Castaneda edited this page Aug 1, 2022
·
7 revisions
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 |
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) |
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 |
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 |