Using functions Keys in ADCS

marcelVmarcelV Member Posts: 2
Hello,

Does anyone know if it is possible to use function key F5 up to F12 in ADCS. In the xsl stylesheet F1 until F4 are programmed but when I add F5 it doesn't work.

I added:

<xsl:template match="Function[.='F5']">
<Function Key1="27" Key2="79" Key3="84" ><xsl:value-of select="."/></Function>
</xsl:template>

Does anyone have any experience with this problem.

Thankx in advance.
Sign In or Register to comment.