Shortcut Cheatsheet

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

Shortcut Cheatsheet

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

Usage

The import and the props worth knowing about, in one place.

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

Keyboard Shortcut Hint

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

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.

⌘ plus K: Open command palette

Shortcut Press

Keycaps press down one after another, their shadows shrinking as they sink, and the matching action label fades in beside them before the next shortcut takes a turn.

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.

BA
Unlock the secret

Key Sequence

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

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