ShortcutItems namespace
Enumerations
Enumeration | Description |
|---|---|
Object holding the names of the default shortcut items. |
Functions
Function | Description |
|---|---|
Registers keyboard shortcuts to navigate around the Blockly interface. | |
Registers keyboard shortcut to clean up the workspace. | |
Keyboard shortcut to copy a block on ctrl+c, cmd+c, or alt+c. | |
Keyboard shortcut to copy and delete a block on ctrl+x, cmd+x, or alt+x. | |
Keyboard shortcut to delete a block on delete or backspace | |
Registers keyboard shortcut to disconnect the focused block. | |
Registers keyboard shortcut to duplicate a block or workspace comment. | |
Keyboard shortcut to hide chaff on escape. | |
Registers keyboard shortcut to focus the toolbox. | |
Registers keyboard shortcut to focus the workspace. | |
Registers keyboard shortcuts to jump between headings (labels) in a flyout. Pressing H moves focus to the next heading; Shift+H moves focus to the previous heading. The shortcut only activates when focus is already inside the flyout; otherwise it returns false so other handlers may take over. | |
Registers an extended set of keyboard shortcuts used to support deep keyboard navigation of Blockly. | |
Registers keyboard shortcuts for keyboard-driven movement of workspace elements. | |
Keyboard shortcut to paste a block on ctrl+v, cmd+v, or alt+v. | |
Registers keyboard shortcut to perform an action on the focused element. | |
Registers keyboard shortcut to announce an extended description of the focused element. | |
Registers keyboard shortcut to announce information about the focused element. | |
Keyboard shortcut to redo the previous action on ctrl+shift+z, cmd+shift+z, or alt+shift+z. | |
Registers keyboard shortcuts used to announce screen reader information. | |
Keyboard shortcut to show the context menu on ctrl/cmd+Enter, shift+F10, and the menu key. | |
Registers keyboard shortcut to display the tooltip for the focused element. | |
Registers keyboard shortcuts to jump between stacks/top-level items on the workspace. | |
Registers keyboard shortcut to toggle on or off various behaviors that improve the experience for individuals using screenreaders. | |
Keyboard shortcut to undo the previous action on ctrl+z, cmd+z, or alt+z. |