The AUX program allows VT100 auxillary key definitions and command line editing ala VAX/VMS V4.x systems. The program also saves the last twenty commands which can then be recalled. In this release of AUX, the auxillary keys are statically defined. A "DEFINE KEY" interface may be added for the next version of AUX if it becomes widely used. The main AUX documentation is contained in file AUXKEY.PAD. This file is used by AUX to display help from the program when the PF2 (help) key or the PF1 (GOLD) PF2 key is pressed. This help file must be placed in LB:[1,2] for system wide access. To start AUX, simply type "AUX" if it is installed, or "RUN $AUX". The program is not currently setup as a Command Line Interface (CLI). AUX will accept input and spawn the command line to your default CLI when you press the return key. To exit AUX, type CTRL/Z. The following is the control key definitions: Control Keys: CTRL/A Toggle between overprint and insert mode. CTRL/B Skip backward to next character input. CTRL/C Delete the entire command line. CTRL/D Delete to end of command line. CTRL/E Position to end of command line. CTRL/F Skip forward to next character input. CTRL/H (BS) Position to beginning of command line. CTRL/J (LF) Delete the previous word. CTRL/M (CR) Terminate the current command line. CTRL/R Recall all previous command lines. CTRL/T Display one line status report. CTRL/U Delete to beginning of command line. CTRL/V Display the current version number. CTRL/W Refresh the current command line. CTRL/Z Exit from the AUX program. DELETE Delete the previous character. !n Recall command line number 'n'.