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

10.5.7. keysym

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

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