home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol136 / translat.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.2 KB  |  24 lines

  1.                   ***  TRANSLATING YOUR KEYBOARD   ***
  2.                         ( for the BIG BOARD 1)
  3.              
  4. From "MICRO CORNUCOPIA" , The Journal of the BIG BOARD users, No.4, Feb.,1982.
  5.  
  6.     This program translates the HEX value of the keyboard characters to
  7. whatever value you want. This is especially nice for defining single-keystroke
  8. codes such as ^C, etc. If you have a RESET key you may translate it to give a 
  9. warm boot.
  10.     The portion called TABLE is a 256 byte table that contains a value for 
  11. each character entered at the keyboard. This will be particularly useful if you
  12. have a keyboard which has extra keys or ones that generate characters that you 
  13. don't need.
  14.     One disadvantage of this program is that it overlays the monitor so 
  15. that it has to rerun each time the system is powered-up or reset. However
  16. this also makes it easy to do different translations for different software.
  17. You could use different tables for WORDSTAR, WORDMASTER, BASIC, etc.
  18.     The program is executed bt simply entering it's name & when finished
  19. it returns to CP/M.
  20.  
  21. This routine makes it easy to customize keyboards to suit any software that
  22. needs any ^key sequences or even to give a totally different layout, since
  23. ANY key can be ANY code.
  24.