home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / OS2HIST.ZIP / HISTORY.DOC < prev    next >
Text File  |  1988-02-19  |  935b  |  28 lines

  1. HISTORY is a simple command retriever program for OS/2.  It is written
  2. as a replacement keyboard subsystem, reregistering the KBDSTRINGIN system
  3. call.
  4.  
  5. To use this program:
  6.  
  7.     Copy HISTEDIT.DLL to where you keep your dynamic-link libraries
  8.     Copy HISTORY.EXE to your TOOLS or utilities area.
  9.  
  10. Run HISTORY.EXE.  If all goes well, you should be able to type commands
  11. and call them back.  The keys are currently defined as follows:
  12.  
  13.     BACKSPACE    Move cursor to left and delete left character
  14.     Ctrl-A, HOME    Move cursor to beginning of line
  15.     Ctrl-E, END    Move cursor to end of line
  16.     Ctrl-K        Delete to end of line
  17.     ENTER        Accept command
  18.     Ctrl-B, LEFT    Move left one character
  19.     Ctrl-F, RIGHT    Move cursor right one character
  20.     UP,DOWN        Recall previous/next command
  21.     INS        Toggle insert/overwrite
  22.     Ctrl-U, ESC    Erase current line
  23.     Ctrl-D, DEL    Delete character under cursor
  24.  
  25. Macros and other neat stuff to be added later....
  26.  
  27.  
  28.