Command Palette Patterns

Command palette (Cmd+K), keyboard shortcuts, and power user navigation patterns.

dragoon0x 9a8e1f6 937 B Updated

File contents

Command Palette Patterns

Command Palette Design

Trigger

  • Cmd+K (Mac) / Ctrl+K (Windows).
  • Also accessible from a search icon in the header.
  • Show keyboard shortcut hint near the search icon.

Structure

  • Search input at top (auto-focused).
  • Results grouped by type: Pages, Actions, Recent, Settings.
  • Keyboard navigation: arrow keys, Enter to execute.
  • Recent/frequent actions shown before typing.

Result Design

  • Icon + Label + Category + Keyboard shortcut.
  • Fuzzy matching (tolerate typos).
  • Max 8-10 visible results, scrollable.
  • "No results" with suggestions.

Keyboard Shortcuts

  • Document all shortcuts in a discoverable location.
  • Show shortcut hints in tooltips and menus.
  • Don't override browser defaults (Cmd+T, Cmd+W).
  • ? key opens shortcut reference sheet.

dragoon0x/everything-design-taste/tree/main/skills/command-palette-patterns commit 9a8e1f65c6

Frequently asked questions

npx skillmds@latest add dragoon0x/command-palette-patterns