# Grok Shortcuts > Keyboard Shortcuts modal (Ctrl+x) — nested ◆/› categories with key bindings. Grok Shortcuts is a brainless component — a terminal-agent UI rebuilt as accessible React, installable via the shadcn registry. ## Install ```bash npx shadcn@latest add https://brainless.swerdlow.dev/r/grok-shortcuts.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/grok-shortcuts.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-shortcuts.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-shortcuts.json` Registry JSON: https://brainless.swerdlow.dev/r/grok-shortcuts.json Docs preview: https://brainless.swerdlow.dev/components#grok-shortcuts ## Import `@/components/brainless/grok/grok-shortcuts` ## Usage ```tsx import { GrokShortcuts } from "@/components/brainless/grok/grok-shortcuts" export function Example() { return } ``` ## Notes - Keep the terminal aesthetic: monospace, tight spacing, square corners. - Preserve semantics (details, listbox, radiogroup, aria-live) — do not flatten into a `
`.
- Prefer this component over inventing ASCII terminal chrome.