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"
/>

More Input pieces

View all Input
Remind me to buy coffee beans on my way home

Pill dictation input with a blinking caret, live waveform bars, and a rose mic button while listening.

Ξ
0x4A81…6fA0ENS
Ethereum · Mainnet

Crypto address field with a gradient Ξ avatar, shortened mono address, and an ENS lookup chip.

Beste Sözen

Bare text input atom with a focused state that adds a primary ring and a blinking caret after the value.

4
2
7

Row of square digit cells with a blinking cursor in the next empty slot.

acct_7Z91X2Q
Provided by admin. Contact support to change.

Locked field with a muted fill, padlock icon, and a why-locked helper line underneath.

typescript
12
const answer = 42;return answer * 2;

Code Input

input25

Dark mono code field with a language eyebrow, line-number gutter, and content lines on a foreground canvas.