I plan to create help files for windows and mac users but would like to add them both in the same document (if it is difference between the systems). I'd like to have the Windows button key as well as a Apple logo to begin these two short cut texts. These are not included in the "menukeys" package due to possible violation of copyright laws. Is it possible to add these manually? Also the caps lock symbol in the package is the old BIG ARROW DOWN symbol but most keyboards today have the text "Caps lock" on that key, I'd like to change this as well.
MWE:
\documentclass{article}
\usepackage[os=win]{menukeys}
\begin{document}
You can visualize paths
\directory{/home/moose/Desktop/manual.tex}
or menus
\menu{View > Highlight Mode > Markup > LaTeX}
or key press combinations:
\keys{\ctrl + \shift + F} is for formatting
in Eclipse.
You can also visualize \keys{\tab}, \keys{\capslock}, \keys{\Space},
\keys{\arrowkeyup} and many more.
\end{document}


\keys{\includegraphics[width=1.5ex]{<logo>}}or something similar – Troy Aug 24 '17 at 09:33