ADCS Function Key

compu-knowcompu-know Member Posts: 21
Hi,

I want to define the function keys in the VT100 Stylesheet, for example 'REGISTER'. Can anyone tell me the codes for the keyboard ?

Comments

  • Jorge_Torres_[MSFT]Jorge_Torres_[MSFT] Member, Microsoft Employee Posts: 29
    There is a pdf document in partnersource that explains this.

    https://mbs.microsoft.com/partnersource ... page=false

    Alternatively, you can look at the xslt that is installed in the system (XP-based).

    "
    <xsl:template match="Function[.='REGISTER']">
    <Function Key1="27" Key2="79" Key3="82" Key4="0" Key5="0" Key6="0"><xsl:value-of select="."/></Function>
    </xsl:template>
    "

    Normally, this is defined in the manufacturer of the handhelds you are using.

    Or maybe I misunderstood the question?
    “This posting is provided "AS IS" with no warranties, and confers no rights.”
Sign In or Register to comment.