# Beste UI

> Beautiful, accessible blocks, pieces and components for shadcn/ui and Tailwind CSS, built for React and Next.js. Install one with the shadcn CLI and the code is yours to edit: no runtime dependency, nothing to upgrade.

Markdown rendition of https://ui.beste.co/piece/keyboard3. Every page on the site has one: add `.md` to any address, or send `Accept: text/markdown`.

Whole catalog for LLMs: https://ui.beste.co/llms.txt. Registry index: https://ui.beste.co/r/registry.json

---
1. /
2. [Pieces](/pieces)
3. /
4. [Keyboard](/pieces/keyboard)
5. /
6. Shortcut Cheatsheet

# 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

CLICode

Base UI

![](https://oud.pics/sm/l/npm.svg)`npx shadcn add https://ui.beste.co/piece/r-base/keyboard3`

New here? Read the [installation guide](/docs/installation).

Import & useCopy

```
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](/pieces/keyboard)

[](/piece/keyboard2)

Go to fileJump to any file in the workspace

⌘+P

### Command Palette Row

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

[](/piece/keyboard1)

Quick search

⌘+K

### Keyboard Shortcut Hint

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

[](/piece/keyboard5)

G

Leader

P

Go to project

Press in sequence

### Chord Sequence

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

[](/piece/keyboard13)

↑↑↓↓←→←→BA

Unlock the secret

### Key Sequence

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

[](/piece/keyboard10)

F1Help

F2Rename

F3Find next

F4Close

F5Reload

### Function Row

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

[](/piece/keyboard11)

Press⌘+Kto open search

### Inline Hint Pill

Rounded pill that embeds a keycap between prefix and suffix copy for quick prompts.

## Ship the interface, keep the code.

New blocks, pieces and components every week. Install one with a command and it is yours to edit. No runtime dependency, no upgrade path to fight.

[Browse the libraryBrowse the library](/blocks)[See pricingSee pricing](/pricing)

### Library

* [Blocks](/blocks)
* [Pages](/pages)
* [Pieces](/pieces)
* [Components](/components)
* [Search](/search)

### Learn

* [Docs](/docs)
* [AI & MCP](/docs/mcp)
* [Blog](/blog)
* [Free tools](/tools)
* [What's new?](/changelog)
* [Website Builder](https://beste.co)

### More

* [Pricing](/pricing)
* [Referrals](/referrals)
* [License](/license)
* [GitHub](https://github.com/beste-co/beste-ui)

### Shadcn Blocks

* [Shadcn Hero Blocks](/blocks/hero)
* [Shadcn Feature Blocks](/blocks/feature)
* [Shadcn Pricing Blocks](/blocks/pricing)
* [Shadcn CTA Blocks](/blocks/cta)
* [Shadcn FAQ Blocks](/blocks/faq)
* [Shadcn About Blocks](/blocks/about)
* [Shadcn Stats Blocks](/blocks/stats)
* [Shadcn Footer Blocks](/blocks/footer)
* [Shadcn Navigation Blocks](/blocks/navigation)
* [Shadcn Auth Blocks](/blocks/auth)
* [Shadcn Ecommerce Blocks](/blocks/ecommerce)
* [Shadcn Portfolio Blocks](/blocks/portfolio)
* [Shadcn Showcase Blocks](/blocks/showcase)
* [Shadcn Careers Blocks](/blocks/careers)
* [Shadcn Onboarding Blocks](/blocks/onboarding)
* [Shadcn Coming Soon Blocks](/blocks/coming-soon)
* [Shadcn Post Blocks](/blocks/post)
* [Shadcn Legal Blocks](/blocks/legal)
* [Shadcn Workflow Blocks](/blocks/workflow)
* [Shadcn News Blocks](/blocks/news)

© 2026, [Beste](https://beste.co). All rights reserved.