Simple library for styling keys (to show a keyboard shortcut) in typst similar to GitHub flavored markdown.
Just as in markdown, <kbd>Ctrl</kbd>+<kbd>c</kbd>
becomes Ctrl+c, the code entered into Typst, will produce a similary visual result in a PDF file.
#kbd("Ctrl")+#kbd("c")