The DocBook keysym element denotes names of keys on the keyboard. We render those in small caps in HTML. See Section 6.5.2, “The inline.smallcapsseq template”.
<xsl:template match="keysym"> <xsl:call-template name="inline.smallcapsseq"/> </xsl:template> |