Meridian Track supports standard keyboard navigation throughout the application. All interactive elements — buttons, links, form fields, and menu items — are accessible via the keyboard.
| Key | Action |
|---|
Tab | Move focus to the next interactive element. |
Shift + Tab | Move focus to the previous interactive element. |
Enter | Activate the focused button or link. |
Escape | Close the currently open modal or popover. |
| Key | Action |
|---|
Tab | Move between form fields. |
Enter | Submit the form when a submit button is focused. |
Space | Toggle checkboxes and switches. |
Arrow keys | Navigate within dropdowns and select menus. |
| Key | Action |
|---|
Space | Toggle row selection when a checkbox is focused. |
Tab | Move between action buttons within a row. |
- Focus indicators are visible in both dark and light modes to help you track which element is selected.
- Modals trap focus so that tabbing cycles only through the modal’s content until it is closed.
- Dropdown menus can be opened with
Enter or Space and navigated with arrow keys.