Hello, I want to insert "hotkeys", surrounded by a round frame, into a paragraph text. I almost have achieve it, except of proper vertical alignment. Now it is the frame that is aligned with the text bottom line. But, I want the text inside a frame to be aligned with the rest of line. (I found that \vcenter solves the problem but I don't know how to merge it with \defineframed. Or, maybe there is better solution?) \defineframed [hotkey][height=\lineheight,offset=4pt,corner=00] \starttext Another way to start or stop the device is to use hotkey. If the application is active (that is, sits on the foreground of your desktop), the hotkey is {\hotkey{Space}}. If it is not active, then use global hotkey -- \hotkey{Alt}+\hotkey{Space}. \stoptext -- Best regards, Vyatcheslav Yatskovsky