Shortcut Cheatsheet

Titled panel listing several actions with their key combos stacked on the right.

Keyboard shortcuts
Open search
K
New file
N
Toggle sidebar
B
Switch workspace
O

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

Import & use
import { Keyboard3 } from "@/components/beste/piece/keyboard3";

<Keyboard3
  title="Keyboard shortcuts"
  shortcuts={[
    {
      "label": "Open search",
      "keys": [
        "⌘",
        "K"
      ]
    },
    {
      "label": "New file",
      "keys": [
        "⌘",
        "N"
      ]
    },
    {
      "label": "Toggle sidebar",
      "keys": [
        "⌘",
        "B"
      ]
    },
    {
      "label": "Switch workspace",
      "keys": [
        "⌘",
        "⇧",
        "O"
      ]
    }
  ]}
/>

More Keyboard pieces

View all Keyboard
Quick search
K

Raised kbd keys joined with a plus separator. Any combo works.

Go to fileJump to any file in the workspace
P

Raycast-style action row with leading icon, description, and a trailing shortcut combo.

G
Leader
P
Go to project
Press in sequence

Vim-style multi-step combo showing keys separated by arrows with per-step labels.

BA
Unlock the secret

Key Sequence

keyboard13

Row of small tactile keycaps laid out in order, great for Konami-style cheat codes or macro combos.

F1Help
F2Rename
F3Find next
F4Close
F5Reload

Function Row

keyboard10

Horizontal strip of F-keys, each annotated with the action it triggers.

Press space to continue
Space
or click anywhere

Spacebar

keyboard14

Long-format spacebar keycap with a soft shadow, bracketed by a prompt above and a hint caption below.