home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / COMMS / IMP245.ARC / I2FUNC.DOC < prev    next >
Text File  |  1990-09-20  |  2KB  |  55 lines

  1.  
  2. I2FUNC information for use with IMP            07/17/85
  3.  
  4.     This program has been adapted from one originally written by
  5. Sigi Kluger for the MDM7 series.  It is used to change any of the 10
  6. function key assignments for the IMP modem program.
  7.  
  8.     Function keys can do very nice things, like automatically type a
  9. string of characters you often use, such as DIR *.* $U0AD, or XMODEM S,
  10. or KMD R , the name and password you use for varius RCPM systems you may
  11. use frequently, all sorts of similar things that will immediately come
  12. to mind.
  13.  
  14.  
  15. USING THE FUNCTION KEYS
  16. -----------------------
  17.     You transmit the contents of a function key by typing first the
  18. INTERCEPT CHARACTER, then a digit 0...9.  The INTERCEPT CHARACTER is an
  19. unique character which tells IMP that a function key command follows.
  20. It currently set to ESC.  It could as easily be CTL-A, or 'circumflex'
  21. or 'right brace', for example.    In the distribution version of IMP, the
  22. following keys are defined (substitute your own lead-in character for
  23. the ESC if not the same.)
  24.  
  25. ESC 1    DIR <cr>
  26. ESC 2    DIR *.* $U0AD <cr>
  27. ESC 3    KMD R
  28. ESC 4    KMD S
  29. ESC 5    XMODEM R
  30. ESC 6    XMODEM S
  31. ESC 7    BYE <cr>
  32. ESC 8    CBBS <cr>
  33. ESC 9    (vacant)
  34. ESC 0    Nice chatting, see you again soon... <cr>
  35.  
  36. (Function keys 3-6 have no trailing CR).
  37.  
  38.  
  39. ROOM AVAILABLE
  40. --------------
  41.     A total of 256 bytes are reserved for the function key defini-
  42. tion.  Each definition takes up the number of bytes in the string, PLUS
  43. 2 more.  Note that you must not enclose any control characters in the
  44. definitions (CR is allowed and is optional).
  45.  
  46.  
  47. ALTERING THE FUNCTION KEYS
  48. --------------------------
  49.     In order to not increase the size of IMP considerably, I2FUNC
  50. may be used.  It is virtually self-explanatory and has its own built-in
  51. short help guide.  I2NM-1.ASM may also be used to alter the function
  52. key assignment with your local editor, if you wish.
  53.  
  54.                     - Irv Hoff
  55.