home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum7.lzh / C / FKEYS / fkeys.hlp < prev    next >
Text File  |  1988-10-04  |  614b  |  32 lines

  1. Syntax: fkeys [<path>]
  2. Function:set User-Defined Keys on VT220 Terminals
  3. Options: none
  4.  
  5.  
  6. If no path is given, the definitions are read from <stdin>.
  7.  
  8. Syntax of key-definitions:
  9.  
  10. <Function-Keynumber>=text
  11. "clear"
  12. "lock"
  13.  
  14. If text contains \xx, where xx is a HEX-number, the character with
  15. code xx is taken.  \n and \t are interpreted in the same kind as 'C'. 
  16.  
  17. Example:
  18.  
  19. fkeys .fkey
  20.  
  21. Contens of File .fkey:
  22. clear
  23. 11=\1b
  24. 15=help\20
  25. 6=dir\n
  26. lock
  27.  
  28. First the old key are cleared, then F6 is <ESC>, F15 is "help " and f6
  29. is the word "dir" followed by a <CR>.  Last the Function-keys are locked
  30. against new definitions. 
  31.  
  32.