home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / techs.zip / TECH14.ARC / READ.ME < prev   
Text File  |  1985-11-04  |  1KB  |  49 lines

  1. PROGRAM NAME:  Config.PRG and Dconfig.PRG
  2.  
  3. DESCRIPTION:  Config.PRG is a program to reconfigure The IBM PC
  4. function keys in dBASE II.  Dconfig.PRG restores the function
  5. keys to their default values.
  6.  
  7. ISSUE: June, 1985
  8. PAGE:  D2-6
  9.  
  10. SOFTWARE VERSIONS:  dBASE II, MS/PC-DOS format
  11.                     DOS version 2.0 or higher
  12.  
  13. FUNCTION:  This program passes escape codes from dBASE II through
  14. ANSI.SYS to reconfigure the function keys.  The following table
  15. shows the redefinitions:
  16.  
  17.         Function keys:
  18.         
  19.         F1 = Ctrl-W  [ Save and Quit Editing ]
  20.         F2 = Ctrl-Q  [ Quit Editing without Saving ]
  21.         F3 = Ctrl-Y  [ Erase to end of Line/Field ]
  22.         F4 = Ctrl-U  [ Toggle Delete Record ]
  23.         F5 = Ctrl-N  [ Insert Line/Field ]
  24.         F6 = Ctrl-T  [ Delete Line/Field ]
  25.         
  26.         Cursor keys:
  27.         
  28.         Ctrl-right arrow = Ctrl-Z  [ Pan Left in BROWSE ]
  29.         Ctrl-left arrow  = Ctrl-B  [ Pan Right in BROWSE ]
  30.         
  31.         Other keys:
  32.         
  33.         Ins = Ctrl-V  [ Toggle Insert ]
  34.         Del = Ctrl-G  [ Delete under cursor ]
  35.         
  36. FILES NEEDED:  Config.PRG
  37.                Dconfig.PRG
  38.                Funcdef.ASM  
  39.                
  40.  
  41. SETUP INSTRUCTIONS:  On your boot disk, create a CONFIG.SYS file
  42. containing the command DEVICE = ANSI.SYS.  Run Config.PRG when
  43. your are using full-screen editing operations.  Run Dconfig.PRG
  44. when you are finished with the full-screen operations.
  45.  
  46.  
  47.  
  48.  
  49.