我可以将我的自定义密钥添加到menukey
文档包中吗?
\usepackage[os=win]{menukeys}
\begin{document}
\keys{\myCustomKey + R}
\end{document}
我之所以问这个问题,是因为我正在为自己制作一份关于 tmux 的备忘单。我不想每次都写出我的前缀。
答案1
好的,我找到了解决方案在“Menukeys”包中创建 Windows 符号(和 Apple 标志)?
答案中的示例使用了 fontawesome,但对于只有文本键可以使用\textsf{CapsLock}
\usepackage{fontawesome}
\makeatletter
\tw@make@key@box{OS@mac}{\faApple}
\tw@make@key@box{OS@win}{\faWindows}
\tw@make@key@macro*{\OS}
\makeatother