Maybe I am just stupid, but I don't manage to change the style of the output of menukeys. The manual of this package lists in Section 4.2.1 some predefined styles. However, I can't find any hint of how to tell the package which style to use.
Here's a minimal example:
\documentclass{article}
\usepackage{menukeys}
\begin{document}
Hello World!
\menu{File > Quit}
\end{document}
