home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / KEYS.ZIP / KEY.DOC next >
Text File  |  1988-05-15  |  1KB  |  31 lines

  1.                   FKEYS PROGRAM
  2.  
  3.     This program re-assigns the function keys <F1 - F10> from their
  4. default values as EDLIN and DOS command line editor keys to macros for 
  5. the OS/2 CMD.EXE command line.
  6.     There are two files: 
  7.             KEY.EXE
  8.             MENU.EXE
  9.     Both are protected mode programs that require OS/2.  KEY.EXE is
  10. the program that does the re-assigning.  MENU.EXE is a program that shows
  11. a help screen detailing what the re-assignments are.  The re-assignments
  12. are pretty simple: commands like CLS (clearscreen) are followed by a <CR>
  13. so that they are executed immediately, and commands which call programs 
  14. that require command line input (MEP.EXE - the M protected mode M editor,
  15. and CVP.EXE, the protected mode CODEVIEW) are not, so you have to complete
  16. the command by giving a program name (extension optional), then press ENTER.
  17. <ALT-F3> calls the help screen.
  18.     This all seems to work very well on my system, but I have noticed
  19. that running KEY.EXE more than once in the same screen group can cause
  20. the buffer that holds these variables to overflow ... that is, if you run
  21. it once, don't run it twice without EXITing to re-start the screen group
  22. with a fresh buffer.  In any event, its no big thing, because it is so 
  23. easy to restart the screen groups under OS/2.
  24.     Obviously, to get this to work in startup.cmd, etc. the files have 
  25. to be in the path so they can all be found.
  26.  
  27.                 Harve Jay Schiffman
  28.                 Upland, Ca
  29.                 1988
  30.  
  31.