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 / ZSUS / Z3HELP-2.LBR / K.LBR / KEYMAP.HZP / KEYMAP.HLP
Text File  |  2000-06-30  |  2KB  |  31 lines

  1. ;
  2.                                  KEYMAP.Z80                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (26)   E616  1.0        Jerry Black 12/87        Z3COM4
  6.  
  7.   1- Usage                                                                    
  8.  
  9.  
  10.    KEYMAP is a Function-Key emulator program for use  in ZCPR3 systems with at
  11. least  100h free space in their IOP.   It  allows  two-keystroke expansion  to 
  12. arbitrary strings.
  13. :1
  14.  
  15. Usage:
  16.  
  17.    Use the FIND program to locate your IOP address.  Use FIND's memory utility
  18. to check out where  the free space  in your IOP starts.
  19.  
  20.    Decide which control key to use as a 'lead-in' character.   The distributed
  21. version uses Ctrl-V,  but you can set the trigger to any value you wish.   (If
  22. you need to generate a Ctrl-V, just strike it twice)
  23.  
  24.    Near the address 'strlist' is an odd-looking string '56789...'.   These are
  25. the  function  keys.   Following 'strlist'  is  the  list  of addresses of the
  26. substituted strings.   Thus 'Ctrl-V 5' results in the string '\(*' being input
  27. (Unix  fans know what this does!).   Likewise,  'Ctrl-V B'  sends  the  string
  28. 'black<cr>'.   Strings end with binary zero,  so keep this part of the program
  29. contiguous.  The function key,  if a letter,  gives the same result whether in
  30. lower  or  upper  case,  or  in 'Ctrl' mode.   Thus 'Ctrl-V b',  'Ctrl-V B' or 
  31. 'Ctrl-V Ctrl-B', all do the same thing.