ZVEMRHK ;DJB,VRR**Help Text - Keyboard [9/23/95 12:05pm]
 ;;12;VPE;;COPYRIGHT David Bolduc @1993
 ;
VRR2 ;
 ;;; NOTES: <AU>=Arrow Up  <AD>=Arrow Down  <AL>=Arrow Left  <AR>=Arrow Right
 ;;;
 ;;; <AU> ........: Cursor up 1 line        <F1><AU> ..: Cursor to top of page
 ;;; <AD> ........: Cursor down 1 line      <F1><AD> ..: Cursor to bottom of page
 ;;; <AL> ........: Cursor left 1 char      <F1><AL> ..: Cursor to start of line
 ;;; <AR> ........: Cursor right 1 char     <F1><AR> ..: Cursor to end of line
 ;;; <PGUP> ......: Up 1 page               <F2><AU> ..: Cursor up 5 lines
 ;;; <PGDN> ......: Down 1 page             <F2><AD> ..: Cursor down 5 lines
 ;;; <HOME> ......: Top of Rtn              <F2><AL> ..: Cursor left 15 char
 ;;; <END> .......: Bottom of Rtn           <F2><AR> ..: Cursor right 15 char
 ;;;                                        <F4><AU> ..: Up 1 page
 ;;; <ESC>G ......: Branch to global        <F4><AD> ..: Down 1 page
 ;;; <ESC>R ......: Branch to routine       <F4><AL> ..: Top of Rtn
 ;;; <ESC>H ......: Help - General          <F4><AR> ..: Bottom of Rtn
 ;;; <ESC>K ......: Help - Keyboard
 ;;; <ESC>X ......: Cut                     <RETURN> ..: Insert Mode
 ;;; <ESC>C ......: Copy                    <TAB> .....: Menu Bar Mode
 ;;; <ESC>V ......: Paste                   <F3> ......: Block Mode
 ;;; <ESC>N ......: Find next occurance
 ;;; <ESC>D ......: Delete current line     <F1>L .....: Move down 1 rtn line
 ;;; <ESC>B ......: Break line              <F1><F1> ..: Left side of line
 ;;; <ESC><ESC> ..: Quit                    <F2><F2> ..: Right side of line
 ;;;
 ;;; HINTS FOR REMEMBERING KEY COMBINATIONS:
 ;;; <F1> and <F2> with the arrow keys, move the cursor WITHIN the current page.
 ;;; <F1> is extreme movements and <F2> is incremental movements. <F4> and the
 ;;; arrow keys, move the cursor OUTSIDE the current page. <ESC> keys run
 ;;; actions.
 ;;;***
