0

Would it be possible to visually have the key in a "box". Similar to https://www.etsy.com/uk/listing/1480108495/macos-keyboard-shortcuts-cheat-sheet or https://vfxstudy.com/wp-content/uploads/2020/02/Fusion-Keyboard-Shortcuts-in-Resolve-v1-724x1024.png ?? Just a simple rounded box black and white would do. I saw some topics related to cheatsheet multi-colored cheat sheet for keyboard shortcuts , but to me having the keys visually highlighted in a "box" is key ...

BrnVrn
  • 3

1 Answers1

3

One possible approach using the menukeys package:

\documentclass{article}

\usepackage{menukeys}

\begin{document}

\keys{\ctrl+C}

\end{document}

enter image description here

Or with the keystroke package:

\documentclass{article}

\usepackage{keystroke}

\begin{document}

\Ctrl +\keystroke{C}

\end{document}

enter image description here