Following is a listing of the keystrokes that are used for KEDT. The keypad keys use the EDIT/EDT definitions. You can terminate commands with either the R key. C Z will exit and save a file. The cursor in KEDT will behave like the cursor in EDT.
Note: The following instructions are for a Digital keyboard. If you are using a microcomputer, please substitute 1 for PF1.
KEY DEFINITION
<PF1> F Fill selected range (previously used for exit)
<PF1> C F Fills a paragraph at a time (paragraph is not selected to do this type of fill)
<PF1> N Move to other window
<PF1> O Set screen to one window
<PF1> T Set screen to two windows, prompts for buffer name for new window
<PF1> , Search and replace commands
<PF1> E Exit, saving changes made
C Z Exit, saving changes made
<PF1> Q Quit the editor with no changes saved
<PF1> ' Insert a <<%MARK%>> character at the cursor
<PF1> " Find a mark and remove it
C R Refresh the screen
C W Refresh the screen
<PF1> Z Give a status report
<PF1> C M Write the current buffer out to a disk file (Previously W$WRITE_BUFFER command)
<PF1> P Print a file to an attached printer (Previously W$PRINT_FILE command)
<PF1> C PSend a file to a print queue using the DCL Print command (Previously W$PRINT_BUFFER command)
<PF1> C D Trim trailing white spaces from the buffer (Previously W$TRIM_BUFFER command)
<PF1> R Reset margins
<PF1> C W Toggle screen width from 80 to 132 and from 132 to 80 (Previously <PF1> W keystroke)
<PF1> B Prompt for new buffer name and move to that buffer
<PF1> I Insert a file at the cursor
<PF1> U Current word to uppercase
<PF1> ~ Toggle between insert and overstrike mode
<PF1> W Write selected text to an output file, file is specified by user (This is new keystroke)
<PF1> C Move a selected range to another buffer, buffer is specified by user (Previously W$CUT command)
<PF1> G Print the selected range of text to an attached printer (Previously W$PRINT_RANGE command)
<PF1> SShow buffers (This is a new keystroke)
<PF1> TAB Move the cursor to the position where the previous line began
KEDT is the default editor in Mail. If you want EDT to be your default editor in Mail, insert the following command in your LOGIN.COM file (include the dollar sign):
$ ASSIGN KCUT:MAILEDT.COM MAIL$EDIT
If you do this, the above keystrokes will not work.
Moving the Cursor
Keypad 4 for forward
Keypad 5 for backward
Arrow Keys
1 one word
2 to right end of line
0 beginning of next line
8 a section
7 to next <FF>
Deleting
, one character
- one word
PF4 one whole line and <CR>
DELETE the char left of cursor
<PF1> 2 del to end of line
Format: CUT and PASTE
<PF1> 0 opens a line
C L inserts <FF>
. cursor motion selects text
6 cuts text to buffer
<PF1> 6 pastes text from buffer
Repetition
Hold a key down
<PF1> + nn + command will repeat command nn times
The following instructions help you to set KEDT so that you will always have the same margins when you use KEDT or when you are editing a mail message. These instructions will work ONLY with KEDT; they will not work if you type EDIT filename at the $ prompt.
Edit EVE Initialization file
At the $ prompt type KEDT EVE$INIT.EVE
On a blank line type the following
set wrap
set right margin 70
set left margin 5
Press C Z to exit KEDT and save the file.
Edit LOGIN.COM file
At the $ prompt, type KEDT LOGIN.COM
Make a new line and add the following line:
DEFINE EVE$INIT = "SYS$LOGIN:EVE$INIT.EVE"
Logout and then log back onto the computer. When you use KEDT, you will have nice margins.
KEDT Additions
Two new features have been added to KEDT. The ability to preface text with ">" and the ability to append a signature file to the bottom of a message. These two features are quite useful in MAIL.
Text Preface of ">"
It is common in e-mail correspondence to identify the text of a message to which you are responding. The accepted symbol for this is ">". In Mail, you can include the text of a mail message in the reply by using the REPLY/EXTRACT command. With the new feature, you will then be able to automatically preface the previously written text with ">" symbols by pressing
7 or <PF1> A
On a microcomuter, you will type 1 in place of the <PF1> .
Signature at the end of a Message
To make use of this feature, simply create a text file in your home directory called SIGNATURE.TXT . Create the text exactly as youwish it to appear at the bottom of your e-mail. Keep in mind that standard Internet practice is to limit the signature to 5 lines.
Once the file is created, it can be included in any message by pressing
8 or <PF1> H
On a microcomuter, you will type 1 in place of the <PF1> .
"This has gone through my Spilling Checker, where I tryst it will sale through with flying colons. In this modern ear, it is inexplicable to expose readers to misspelled swords when they have bitter things to do.
-- David K. Smith --
Following are instructions for the Kedt Spell Corrector (hereafter referred to as SPELL). Please note that this spell checker is not as sophisticated as the WordPerfect spell checker. It will detect spelling errors; hence learning to use SPELL is well worth the effort.
After you have written a mail message or text using Kedt, to start the Kedt spell checker, first press <PF1> KP 7 (that's the 7 on the keypad not the numbers over the letters of the alphabet). If you are using a microcomputer, press the 1 key and then the 7 on the keypad. When you see Command: in the lower left corner of your screen, type SPELL and wait for the Spell checker to start.
SPELL will stop at the first word which doesn't appear to be spelled correctly. At the bottom of the screen SPELL will ask you if you want to accept the word as correct. If you type N for No, a menu of options will appear at the bottom of the screen. To select an option, type the capitalized letter in the option word.
Help
Help briefly describes the functions of the following options.
Right
Sometimes a word is spelled correctly (for instance, a proper name) but isn't in Spell's dictionary. In this case, select the Right option; just type the letter R. SPELL will add this word to the main dictionary.
Wrong
If a word is not spelled correctly, select the Wrong option; type the letter W and then type the correct spelling of the word and press R
Personal
If you select Personal, the word goes into your personal dictionary (PERSDICT.DAT in your main directory) and SPELL continues.
Ignore
If you select Ignore, SPELL continues and ignores this word for the rest of this file. The word is entered into a guidance file.
Junk
Junk ignores this word for the rest of this SPELL session.
Check
Check, allows you to check a word other than the word on which SPELL has stopped. Type in the word and SPELL will tell you if it is spelled correctly. When you are finished checking words, press R
Guess
Selecting Guess will offer suggestions of the correct spelling. Next to each choice is a letter. Type the letter of the word you wish to use as a replacement or C Z if no choice is correct.
Quit
Quit allows you to exit the spell checker at any time. There are four options from which to choose at this point.
Abandon - abandons all the spell checking you have done up to this point - i.e., it leaves the file unchanged.
Save - Keeps all the changes you may have up to this point.
Continue - Resumes checking. This ensures that you do not have to quit the program if you press QUIT by mistake.
Help - Explains the above three commands.
Edit
Edit allows you to type the correct word using a "mini-editor."
Skip
Skip skips the word for this instance only and does not enter the word in the guidance file.
Down Arrow
Pressing the down arrow allows you to skip the rest of the current line, including the current word.