Skip to content
Markdown

Markdown Keyboard Shortcut Formatter

Turn action/keys pairs into a table, with optional <kbd> tags.

How it works

  1. 1List shortcuts as action: keys.
  2. 2Toggle <kbd> wrapping.
  3. 3Copy the shortcuts table.

Use cases

  • Document app keyboard shortcuts.
  • Add a hotkeys table to docs.
  • Make shortcuts render as keys.

Frequently asked questions

What do <kbd> tags do?

They render each key as a styled keycap on GitHub and other renderers that support inline HTML.

How are multi-key shortcuts handled?

Keys joined by + (like Ctrl+S) are split and wrapped individually.

Is it private?

Yes. The document is assembled in your browser; nothing is uploaded or stored.

See all →