Next / Previous / Contents / TCC Help System / NM Tech homepage

8.5.7. keysym

The TCC Document Plan specifies caps-and-small-caps font for names of keyboard keys, but as discussed in Section 8.5.2, “The inline.smallcaps template”, there is no suitable public domain font at this point. So we use italic sans-serif font instead.

<xsl:template match="keysym">
  <xsl:call-template name="inline.italicsansseq"/>
</xsl:template>