Try it
In each panel: press Ctrl/Cmd + K, then try Arrow keys + Enter.
Tip: if your browser uses Ctrl+K for search, click inside the panel first so the demo can listen for it.
There’s no visible “Command palette” button or hint. Users must already know the shortcut.
Failure modes: no discoverability; opening doesn’t place focus in the search box; Arrow keys/Enter don’t work; “active” is color-only.
When the palette opens, focus goes to the search field. Use ↑/↓ and Enter to run a command. Esc closes and restores focus.
Key decisions: provide a visible entry point; move focus only on open; keep focus in the input while navigating (aria-activedescendant); restore focus on close.