> This problem is paper-only - see explanation for the canonical React solution.
A WAI-ARIA Tabs widget supports arrow-key navigation between tab triggers. Left/Up moves to the previous tab; Right/Down moves to the next; Home jumps to first; End jumps to last. Wrapping is required.
**For the auto-grader:** implement `tabKeyboardHandler(currentIndex, key, tabCount)` returning the next index, or `-1` if the key isn't a navigation key.