I'm attempting to use the menukeys package to typeset keystrokes and menu selections. The comment to this answer (to this question) states that one can set the style of all menukeys objects globally, directly in \usepackage.
I tried the following (where I used shadowedroundedkeys in place of the "shadowroundedkeys" mistakenly used in the aforementioned comment to this answer):
\documentclass{article}
\usepackage[os=win,shadowedroundedkeys]{menukeys}
\begin{document}
Keys: \keys{\ctrl+P} \newline
Menus: \menu{File > Quit}
\end{document}
But LaTeX gives me the following error:
ERROR: Package xkeyval Error: `shadowedroundedkeys' undefined in families `tw@mk'.
How do I set the style of all menukeys objects to shadowedroundedkeys globally? Or is this not possible?
menukeysobjects toshadowedroundedkeysglobally"? Do you want\menuand\keysto give identical output? Please note that the+in the output between items in your list is part of the style, so if you'd set that style for\menuyou'd getFile + Quit(with the shadowed boxes around bothFileandQuit)... – Skillmon Sep 06 '23 at 20:32