home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / CUTCP.ZIP / README.TST < prev    next >
Encoding:
Text File  |  1990-11-12  |  902 b   |  32 lines

  1. README.TST - 6/22/90 Readme Instructions for Testkey.exe
  2.  
  3. Bugs to     cutcp-bugs@omnigate.clarkson.edu
  4.  
  5.  
  6. The testkey program displays the keycodes generated by your keyboard.
  7.  
  8. Any key that generates a keycode may be mapped in a keymap file
  9.  
  10. When the testkey program is run, it first indicates whether or not it
  11. is running on an extended keyboard.
  12.  
  13. Subsequent keypresses display the keycode in hex. This is the keycode to
  14. use in the keymap file, or in a script file with the 'presskey' command.
  15.  
  16. If the key translates to an ascii sequence, that sequence will be displayed
  17. after the 'write:' line.
  18.  
  19. USE THE ESCAPE KEY TO QUIT THE PROGRAM.
  20.  
  21. You may also use testkey to test your keymap files. 
  22.  
  23.     testkey [keymap_file_name]
  24.  
  25. Example:
  26.     testkey default.tbl
  27.  
  28. If you have mapped a key in your keymap file, that mapping will be displayed
  29. after the 'write:' line on each keypress.
  30.  
  31.  
  32.