Keyboard shortcuts registry + help modal
Generated from
mcp/patterns.registry.json— do not edit by hand; change the registry and runbun run patterns:build.
Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.
Category: App Shell & Navigation · Tier: light · Risk: low — structural pattern, no external services
A central registry of global, navigation, and contextual keyboard shortcuts (e.g. Cmd+K for search, ? for help) surfaced through a discoverable help modal.
When to use: Reach for it when adding a new keyboard shortcut or needing conflict-free discoverability across the app shell.
Docs
Code
src/lib/shortcuts/(GitHub · GitLab)src/lib/components/shell/ShortcutsModal.svelte(GitHub · GitLab)
Proof
Machine-readable record: app-shell-keyboard-shortcuts in mcp/patterns.registry.json.