## Managing the Focus


Tab Sequence follows the dom elements order. The focus order is as follows:


 - Captcha image
 - Reset button
 - Audio button
 - Input


When audio button is clicked (`enter` or `space`) the volume control (Slider component) is focused.

## Keyboard Shortcuts

| Shortcut | Behavior |
| -------- | -------- |
| `Tab` | Navigates to the next Captcha element. |
| `Shift+Tab` | Navigates to the previous Captcha Element. |
| `Enter` | Presses the focused Captcha button. |
| `Space` | Presses the focused Captcha button. |
| `Arrow Up` | Increases the Audio control volume. |
| `Arrow Down` | Decreases the Audio control volume. |
