Kbd
Represents a keyboard input using the native
<kbd> element.
Default
⌘
⇧
⌥
⌃
<kbd>⌘</kbd>
<kbd>⇧</kbd>
<kbd>⌥</kbd>
<kbd>⌃</kbd>
Combinations
Wrap keys in an outer <kbd> to form a combination. The + separator is a plain text node between the inner elements.
⌘+K
⌘+⇧+P
<kbd><kbd>⌘</kbd>+<kbd>K</kbd></kbd>
<kbd><kbd>⌘</kbd>+<kbd>⇧</kbd>+<kbd>P</kbd></kbd>