## Keyboard Shortcuts


The Form does not implement any specific keyboard navigation. Everything is handled through the default browser behavior for `<form />`.

| Shortcut | Behavior |
| -------- | -------- |
| `Shift + Tab` | Moves focus to the previous focusable element. |
| `Tab` | Moves focus to the next focusable element. |
| `Space` | Triggers the default action of the focused element for the Space key. |
| `Enter` | Triggers the default action of the focused element for the Enter key. |
