There is a need to use the
Key Focus Binding property node within the
Event structure. Use the following steps below.
1. Create an event state for every control you want to move between, for each control’s event state choose 2 events.
- Key Down? (Detects the key the user presses)
- Key Repeat? (Generated at regular intervals when the user presses and holds a key in a front panel control)
2. Add the Key Focus Binding property node.
To add a property node, right-click on the control from the Front panel and choose
Create > Property Node > Focus Key Binding (do the same with all the rest of the controls).

3. Modify the code.
- Add a Focus Key Bind property node in every event state by setting the following control's property node in the current control's Event state, (for instance in the Control1's Event state there needs to be set Control2's property node) This is done to change the focus key to the following control.
- Create a constant input cluster for the property node.
- Set the Key value of the cluster as <Enter>.