head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.03.28.18.47.45;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by cef
@



1.1
log
@Initial revision
@
text
@%%






		Control Key Usage

		ctl-a	Move cursor to start of field
left arrow	ctl-b	Move Cursor back one character
		ctl-c	Exit program
Del		ctl-d	Delete character under cursor
		ctl-e	Move Cursor to end of field
right arrow	ctl-f	Move Cursor forward one character
backspace	ctl-h	Delete character to the left of the cursor
Tab		ctl-i	Check this field and go to the next field
Enter		ctl-m	Terminate this field, check it, go to next field
down arrow	ctl-n	Go to next field
up arrow	ctl-p	Go to previous field
		ctl-z	Check all fields and complete this screen
@
