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 / CPM / IMP / IMP-SP.LBR / I2FUNC.DQC / I2FUNC.DOC
Text File  |  2000-06-30  |  2KB  |  53 lines

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