Modal Overlays
By the end of this guide, you will:
-
TODO: Write learning objectives
⚠️ This page is a stub. Help us write it! See the Documentation Plan and Style Guide.
User Stories
Story 18: Help Overlay
As a terminal user
I want to see a list of keyboard shortcuts
So that I can learn how to use the application
Acceptance Criteria
-
?key shows help overlay -
Help displays all keyboard shortcuts organized by category
-
Help overlay is modal (blocks other input)
-
Any key closes help overlay
-
Help is scrollable if content is long
Notes
-
Introduces modal overlays
-
Introduces help content management
-
Critical for discoverability