
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 ^^.

        >> Examples:  fkey 87 "trace tnc0 211^M"  (SHIFT-F4 turns trace
                                                     on)
                      fkey 72 ""                  (disable up arrow)


