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