home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Config.PRG and Dconfig.PRG
-
- DESCRIPTION: Config.PRG is a program to reconfigure The IBM PC
- function keys in dBASE II. Dconfig.PRG restores the function
- keys to their default values.
-
- ISSUE: June, 1985
- PAGE: D2-6
-
- SOFTWARE VERSIONS: dBASE II, MS/PC-DOS format
- DOS version 2.0 or higher
-
- FUNCTION: This program passes escape codes from dBASE II through
- ANSI.SYS to reconfigure the function keys. The following table
- shows the redefinitions:
-
- Function keys:
-
- F1 = Ctrl-W [ Save and Quit Editing ]
- F2 = Ctrl-Q [ Quit Editing without Saving ]
- F3 = Ctrl-Y [ Erase to end of Line/Field ]
- F4 = Ctrl-U [ Toggle Delete Record ]
- F5 = Ctrl-N [ Insert Line/Field ]
- F6 = Ctrl-T [ Delete Line/Field ]
-
- Cursor keys:
-
- Ctrl-right arrow = Ctrl-Z [ Pan Left in BROWSE ]
- Ctrl-left arrow = Ctrl-B [ Pan Right in BROWSE ]
-
- Other keys:
-
- Ins = Ctrl-V [ Toggle Insert ]
- Del = Ctrl-G [ Delete under cursor ]
-
- FILES NEEDED: Config.PRG
- Dconfig.PRG
- Funcdef.ASM
-
-
- SETUP INSTRUCTIONS: On your boot disk, create a CONFIG.SYS file
- containing the command DEVICE = ANSI.SYS. Run Config.PRG when
- your are using full-screen editing operations. Run Dconfig.PRG
- when you are finished with the full-screen operations.
-
-
-
-