ZVEMSH2 ;DJB,VSHL**KEYBOARD [9/30/95 6:57pm] ;;12;VPE;;COPYRIGHT David Bolduc @1993 ; KEYS ;;; ;;; K E Y B O A R D ;;; ;;; There are certain Key combinations used throughout the VShell. To enter them ;;; correctly, hit the first key, release it, then hit the second key. ;;; Example: H. Hit the key and release it. Then hit the H key. ;;; ;;; This combination normally allows you to Quit back to the ">>" ;;; prompt. ;;; H This will bring up any Help text. ;;; Q When you've selected a command from the Command Line History, ;;; you may hit Q if you wish to convert the command to a User ;;; QWIK. ;;; U When you're editing a QWIK and are at the CODE: prompt, you can ;;; hit U to UNsave code that was SAved in either the VPE ;;; routine or global editors. ;;; ;;; Certain keys act differently depending on where you are in the VShell. ;;; ;;; --> A R R O W K E Y S ;;; ;;; Module: VShell VGL VRR VEDD ;;; Prompt: >> Session 1...Global ^ Select ROUTINE: Select FILE: ;;; When you are at the above prompts, if you haven't typed any characters: ;;; Left Arrow...Display last 20 commands of Command Line History (CLH) ;;; Up Arrow.....Move up 1 command in the CLH ;;; Down Arrow...Move down 1 command in the CLH ;;; If you have typed any characters, the arrow keys are used to position the ;;; cursor for editing. ;;; ;;; When moving up and down the CLH, if the cursor is not moved from its position ;;; at the end of the command line, Up & Down Arrow will move you to the next ;;; command. If the cursor is moved and is no longer at the end of the command ;;; line, Up & Down Arrow will move you up and down the lines of the command ;;; itself, if the command has more than one line. Once you've moved the cursor, ;;; if you want the next command in CLH, you reposition the cursor to the end of ;;; the command line (Use key combination). ;;; ;;; --> F K E Y S ;;; ;;; When you are at the VShell prompt ">>", and you have not typed any characters: ;;; 1 List User QWIK Commands with Description ;;; 2 List User QWIK Commands with Code ;;; 3 List System QWIK Commands with Description ;;; 4 List System QWIK Commands with Code ;;; ;;; When you are using the CLH editor: ;;; Moves cursor to beginning of line ;;; Moves cursor to end of line ;;; Moves cursor left 15 characters ;;; Moves cursor right 15 characters ;;; ;;; NOTE: On VT-100 keyboards substitute the PF1,PF2 keys. ;;; ;;; --> T A B K E Y ;;; ;;; When you are at the VShell prompt ">>", and you have not typed any characters: ;;; Allows you to enter/edit User QWIKs ;;; ;;; When using the CLH editor: ;;; Can be used to exit ;;;***