The keyboard accessibility feature allows users to modify
diagrams without having to use a mouse.
In this section
- Configuring hot keys for keyboard interactors
-
Customize hot keys for keyboard accessibility interactors through the assignKeyInteractorInputs method of the KeyboardInteractorManager component.
-
- Switching between modes from the keyboard
-
Use the SwitchModeInteractor interactor to switch between Edition and Navigation modes, enabling interactors associated with the selected mode.
-
- Changing current focus from the keyboard
-
Select the Navigator interactor to enable users to navigate across a graph using the keyboard.
-
- Selecting graph elements from the keyboard
-
Use the SelectionKeyInteractor interactor to enable users to select elements of a graph using the keyboard.
-
- Zooming and panning from the keyboard
-
Use the ZoomKeyInteractor and PanKeyInteractor interactors to enable diagram zooming and panning from the keyboard.
-
- Resizing graph elements from the keyboard
-
Use the ResizeKeyInteractor interactor to enable users to resize elements of a graph using the keyboard.
-
- Moving graph elements from the keyboard
-
Use the MoveKeyInteractor interactor to enable users to move elements of a graph using the keyboard.
-
- Creating node links from the keyboard
-
Use the ConnectionKeyInteractor interactor to connect selected nodes in a graph using the keyboard.
-
- Opening the inline editor from the keyboard
-
Use the InlineEditorKeyInteractor interactor to open the inline editor from the keyboard and edit graph element labels.
-
- Deleting graph elements from the keyboard
-
Use the DeleteKeyInteractor interactor to enable users to delete graph elements from a graph using the keyboard.
-
- Using clipboard functions from the keyboard
-
Use the ClipboardKeyInteractor interactor to enable users to copy, cut, and paste elements of a graph using the keyboard.
-
- Undoing and redoing actions from the keyboard
-
Use the UndoManagerKeyInteractor interactor to enable users to undo and redo graph element actions using the keyboard.
-
Current section