SwitchModeInteractor is a special interactor that enables and disables other interactors.
When you set the current mode to Navigation, you enable the Navigator interactor, and disable MoveKeyInteractor and ResizeKeyInteractor. When you set the current mode to Edition, you enable the MoveKeyInteractor and ResizeKeyInteractor interactors and disable the Navigator interactor. Other interactors are not affected by the current mode.
The following table lists the keyboard keys that the SwitchModeInteractor assigns by default to its mode
selection actions:
Action | Description | Default key |
---|---|---|
switchEdition | Switches between Edition mode and Navigation mode. | F9 |
enterEdition | Enters the Edition mode. | not assigned |
enterNavigation | Enters the Navigation mode. | not assigned |