Shortcut Recorder

Keyboard shortcut field that renders the captured keys as keycap pills with a blinking REC indicator while recording.

Keyboard shortcut
ShiftK
REC
Press any combination

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input8 } from "@/components/beste/piece/input8";

<Input8
  keys={[
    "⌘",
    "Shift",
    "K"
  ]}
  label="Keyboard shortcut"
  hint="Press any combination"
  recording={true}
  tone="primary"
/>