Kbd

A keyboard key, with KbdCombo for grouping several keys into a shortcut.

Individual key

import { Kbd } from "@o/pipeline/experimental/components/kbd";
EnterJF?

Combo

import { Kbd, KbdCombo } from "@o/pipeline/experimental/components/kbd";
K

merge

Merges the appearance of the individual keys into a single key, useful for shorter combos such as ⌘K.

K