Central handler for F6 key event. Based on the current target and the given event the next element in the F6 chain is focused.
This handler might be also called manually. In this case the central handler is deactivated for the given event.
If the event is not a keydown event, it does not represent the F6 key, the default behavior is prevented, the handling is explicitly skipped (oSettings.skip
) or the target (oSettings.target
) is not contained in the used scopes (oSettings.scope
), the event is skipped.
Node | Description |
---|
Method | Description |
---|---|
module:sap/ui/events/F6Navigation.handleF6GroupNavigation |
Handles the F6 key event. |