## Keyboard Shortcuts

| Shortcut | Behavior |
|----------|----------|
| `Shift + Tab / LeftArrow / UpArrow` | Focuses previous link. |
| `Tab / RightArrow / DownArrow` | 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 using the Tab or the arrow keys will automatically activate the newly focused link.

## Resources

https://www.w3.org/TR/wai-aria-practices-1.2/examples/landmarks/navigation.html
