
fkey

        The 'fkey' command allows you to program the function keys and
        several other cursor control keys.

        fkey
          This command produces a listing of the currently defined
          function keys.


        fkey <key_number> [<value> | "<string>" ]
          Display or define a new setting for a function key.

        Control characters can be included in the string by prefixing
        with the ^ character (SHIFT 6 on most keyboards); e.g. CR is
        entered as ^M.  To insert a ^ in the string, enter ^^.

        Note: If the first character of a function key definition is '~'
        then Jnos switches to the Command session and processes the rest
        of the definition (if any).

        >> Examples:  fkey 87 "trace tnc0 211^M"  (SHIFT-F4 turns trace
                                                     on)
                      fkey 72 ""                  (disable up arrow)
                      fkey 113 "~"                (Alt-F10 switches to
                                                    the Command session)

