home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / HOTMOD.ZIP / HOTMOD.DOC next >
Encoding:
Text File  |  1988-11-08  |  2.4 KB  |  49 lines

  1. HOTMOD is a program that allows you to reassign the hot keys in the Integrated
  2. Development Environment of Turbo Pascal 5.0.  To use HOTMOD:
  3.  
  4. 1.  Compile the program to disk to create HOTMOD.EXE.  (You can compile to
  5.     memory if you really want to.  Just remember that any hot key changes you
  6.     make while in Turbo Pascal will not take effect until you exit to DOS and
  7.     execute the modified TURBO.EXE.)
  8.  
  9. 2.  Run HOTMOD in the same directory that contains your TURBO.EXE.
  10.  
  11. 3.  HOTMOD displays a menu showing all hot key commands and their current
  12.     key assignments.
  13.  
  14. 4.  Using the cursor arrow keys, move the cursor to the hot key that you want
  15.     to modify.
  16.  
  17. 5.  Press the key that you want to use as the new hot key for the selected
  18.     command.  The name of the new key will appear in place of the old
  19.     assignment.  Only keys that return extended key codes are allowed.  These
  20.     are listed in Appendix C, Table C.2 of the Turbo Pascal 5.0 Reference
  21.     Guide.  If you press an invalid key, the program will beep.
  22.  
  23. 6.  Repeat steps 4 and 5 until you have made all desired changes.  When you
  24.     are finished, press the Esc key.
  25.  
  26.  
  27. The current version of the program has the following limitations.  Some of
  28. these may be corrected in a future version:
  29.  
  30. 1.  No checks are done for key assignment conflicts between hot keys or with
  31.     editor commands.  I've been able to create some situations where my new key
  32.     assignments won't work in the editor, and I think these conflicts may be
  33.     involved.  I haven't been able to demonstrate a pattern with this one yet.
  34.     If you get into a situation like this, try starting with a fresh copy of
  35.     TURBO.EXE and start over, making sure there are no conflicts created.
  36. 2.  If you change the key for "Swap", your new key assignment will only work in
  37.     the editor.  If you are in a menu, it will have no effect.
  38. 3.  There is no way to automatically restore the original key assignments.
  39. 4.  Key names for the new enhanced keycodes are not reported correctly
  40.       (e.g. "Keypad-Center" is displayed as "76")
  41. 5.  HOTMOD doesn't change the hot key helps in the menus and on the bottom line.
  42. 6.  Only keys with extended scan codes can be used.  Keys like Ctrl-A are
  43.     not allowed.
  44. 7.  Turbo Pascal 4.0 is not supported.
  45.  
  46. If you have any comments, suggestions, or bug fixes for this program, please
  47. contact Ron Schuster [76666,2322].
  48.  
  49.