Hello,
I have following two definitions for hotkeys
\def\hotkey#1{\inframed[corner=00, offset=0pt]{\ #1\ }}
\def\hotkey#1{\inframed[corner=00, offset=0pt]{\enspace#1\enspace}}
The first is my favorite since it looks compact, but one-letter hotkeys look odd (the frame's height is more then width).
\hotkey{Ctrl} - nice
\hotkey{T} - not nice
The second definition works better for one-letter hotkeys.
\hotkey{Ctrl} - not nice
\hotkey{T} - nice
My question is: can I set the MINIMUM width of a box to have boxes not less then, say, squared.
--
Best regards,
Vyatcheslav Yatskovsky