## Keyboard Shortcuts

| Shortcut | Behavior |
| -------- | -------- |
| `Shift + Tab` | Focuses previous link. |
| `Tab` | Focuses next link. |
| `Home` | Focuses first link. |
| `End` | Focuses last link. |
| `Space / Enter` | Activates the currently focused link. |

### Select on focus


In addition to the above, the component could also implement the `selection follows focus` pattern. In that case, the active link in the Stepper will move together with the focus. Moving the focus to another link will automatically activate the newly focused link.

## Resources

[ARIA Authoring Practices: Navigation Landmark](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/navigation.html)
