EDTHELP.HLB  —  KEYPAD  VT52
 HJ                                        +--------+--------+--------+--------+
                                         |        |        | DEL L  |   UP   |
 DELETE     Delete character             |  GOLD  |  HELP  |        |        |
 LINEFEED   Delete to beginning of word  |        |        | UND L  |REPLACE |
 BACKSPACE  Backup to beginning of line  +--------+--------+--------+--------+
                                         |  PAGE  | FNDNXT | DEL W  |  DOWN  |
 CTRL/A     Compute tab level            |        |        |        |        |
 CTRL/D     Decrease tab level           |COMMAND |  FIND  | UND W  |  SECT  |
 CTRL/E     Increase tab level           +--------+--------+--------+--------+
 CTRL/F     Fill text                    |ADVANCE | BACKUP | DEL C  | RIGHT  |
 CTRL/K     Define key                   |        |        |        |        |
 CTRL/R     Refresh screen               | BOTTOM |  TOP   | UND C  |SPECINS |
 CTRL/T     Adjust tabs                  +--------+--------+--------+--------+
 CTRL/U     Delete to beginning of line  |  WORD  |  EOL   |  CUT   |  LEFT  |
 CTRL/W     Refresh screen               |        |        |        |        |
 CTRL/Z     Exit to line mode            |CHNGCASE|DEL EOL | PASTE  | APPEND |
                                         +--------+--------+--------+--------+
                                         |      LINE       | SELECT | ENTER  |
                                         |                 |        |        |
                                         |    OPEN LINE    | RESET  |  SUBS  |
 *** For help on a key, press the key.   +-----------------+--------+--------+
 *** To exit, press the spacebar.

1  –  127

 DELETE
 ------
 Deletes the character preceding the cursor and stores it in the
 delete character buffer.  When the cursor is on the leftmost character position
 on a line, the line terminator to the left is deleted and the text on that line
 is moved to the right of the text in the line above.

2  –  300

 LINE  (0)
 ----
 Moves the cursor forward or backward to the nearest beginning of a line,
 depending on the current direction (see ADVANCE and BACKUP).

 OPEN LINE  (GOLD 0)
 ---------
 Inserts a carriage return/linefeed after the cursor and leaves the cursor
 position unchanged.  Pressing the OPEN LINE key when the cursor is at the
 beginning of the line creates a new blank line.

3  –  301

 WORD  (1)
 ----
 Moves the cursor forward or backward by a word, depending on the current
 direction (see ADVANCE and BACKUP).

 CHNGCASE  (GOLD 1)
 --------
 Changes the case of a range of characters as follows:

     1.  If the select range is active, the case of each letter in the select
         range is changed.
     2.  If 1 does not apply and the cursor is positioned on the current search
         string, the case of each letter in the search string is changed.
         This does not apply if a repeat count greater than 1 is given.
     3.  If 1 and 2 do not apply, then the case of one letter is changed.
         If the current direction is ADVANCE, the cursor moves forward one
         character after the change of case occurs.  If the current direction is
         BACKUP, the cursor moves backward one character before the case change
         occurs.

4  –  302

 EOL  (2)
 ---
 Moves the cursor forward or backward to the nearest end of line, depending on
 the current direction (see ADVANCE and BACKUP).

 DEL EOL  (GOLD 2)
 -------
 Deletes all characters to the right of the cursor in the current line, including
 the character on which the cursor is positioned, up to, but not including the
 line terminator.

5  –  303

 CUT  (3)
 ---
 Moves the select range to the PASTE buffer. The select range is all the text
 between the selected position (see SELECT) and the current cursor position.  If
 no SELECT has been made and the cursor is positioned on the current search
 string, that string is cut.  Each time CUT is used, the previous contents of the
 PASTE buffer are discarded.

 PASTE  (GOLD 3)
 -----
 Inserts the contents of the PASTE buffer directly to the left of the cursor.

6  –  304

 ADVANCE  (4)
 -------
 Sets the current direction to forward for the CHAR, WORD, LINE, EOL, PAGE, SECT,
 SUBS, FIND, and FNDNXT keys.  ADVANCE means that movement will be toward the end
 of the buffer; that is, to the right and down.

 BOTTOM  (GOLD 4)
 ------
 Positions the cursor at the end of the text buffer.

7  –  305

 BACKUP  (5)
 ------
 Sets the cursor direction to backward for the CHAR, WORD, LINE, EOL, PAGE, SECT,
 SUBS, FIND, and FNDNXT keys.  BACKUP means that movement will be toward the
 beginning of the buffer; that is, to the left and up.

 TOP  (GOLD 5)
 ---
 Positions the cursor at the beginning of the text buffer.

8  –  306

 DEL C  (6)
 -----
 Deletes the character on which the cursor is positioned and saves it in the
 delete character buffer.

 UND C  (GOLD 6)
 -----
 Inserts the contents of the delete character buffer directly to the left of the
 cursor.

9  –  307

 PAGE  (7)
 ----
 Moves the cursor to the top of a page.  A page is defined by a delimiter string,
 which can be set by the SET ENTITY command.  The default page delimiter is the
 formfeed character (CTRL/L).

 COMMAND  (GOLD 7)
 -------
 Allows you to enter a line mode command to be executed without exiting from
 keypad mode.  The command is processed when you press the ENTER key on the
 keypad.

10  –  308

 FNDNXT  (8)
 ------
 Searches for the next occurrence of the search string previously entered with
 the FIND key.  The direction of the search is the current one (ADVANCE or
 BACKUP).

 FIND  (GOLD 8)
 ----
 Searches for an occurrence of a string.  Press the FIND key and then enter the
 string using the main keyboard.  End the string by pressing either the ADVANCE
 or BACKUP key to set the direction of the search, or the ENTER key to search in
 the current direction.

11  –  309

 DEL W  (9)
 -----
 Deletes text from the cursor to the beginning of the next word, storing the text
 in the delete word buffer.

 UND W  (GOLD 9)
 -----
 Inserts the contents of the delete word buffer directly to the left of the
 cursor.

12  –  310

 HELP  (RED)
 ----
 Use the HELP key to obtain help on the editing keypad.

13  –  311

 DEL L  (GRAY)
 -----
 Deletes text from the cursor position to the end of the current line, including
 the line terminator.  If the cursor is positioned at the beginning of a line,
 the entire line is deleted.  The deleted text is saved in the delete line
 buffer.

 UND L  (GOLD GRAY)
 -----
 Inserts the contents of the delete line buffer directly to the left of the
 cursor.

14  –  312

 UP  (UP-ARROW)
 --
 The ^ (up-arrow) key moves the cursor to the character above.

 REPLACE  (GOLD UP-ARROW)
 -------
 Deletes the select range and replaces it with the contents of the PASTE buffer.

15  –  313

 DOWN  (DOWN-ARROW)
 ----
 The v (down-arrow) key moves the cursor to the character below.

 SECT  (GOLD DOWN-ARROW)
 ----
 Moves the cursor 16 lines (one section) forward or backward, depending on the
 current direction (see ADVANCE and BACKUP).  The cursor is moved to the
 beginning of the appropriate line.

16  –  314

 RIGHT  (RIGHT-ARROW)
 -----
 The --> (right-arrow) key moves the cursor to the next character.

 SPECINS  (GOLD RIGHT-ARROW)
 -------
 Inserts any character from the DEC Multinational Character Set by using its
 decimal value.  Press the GOLD key, enter the code for the character in decimal,
 press the GOLD key again, and press SPECINS (special insert).

17  –  315

 LEFT  (LEFT-ARROW)
 ----
 The <-- (left-arrow) key moves the cursor to the preceding character.

 APPEND  (GOLD LEFT-ARROW)
 ------
 Moves the select range to the end of the PASTE buffer.  The select range is all
 the text between the selected position (see SELECT) and the current cursor
 position.  If no SELECT has been made and the cursor is positioned on the
 current search string, that string is appended.

18  –  316

 SELECT  (.)
 ------
 Marks one end of a select range.  A select range is a block of text on which
 various operations (such as CUT, APPEND, or FILL) can be performed.  To create a
 select range:

     1.  Move the cursor to either the beginning or end of the text you wish to
         select.
     2.  Press the SELECT key.
     3.  Move the cursor to the opposite end of the text.

 You can then perform the desired operation on the range.

 RESET  (GOLD .)
 -----
 Cancels the effect of the GOLD key if it was pressed by mistake, cancels a
 select range, or cancels any partly entered command string.  Also sets the
 current direction to forward.

19  –  320

 GOLD  (BLUE)
 ----
 Lets you use the lower (alternate) function of the editing keys. Press the GOLD
 key, then the key you wish to use.

 You can also use the GOLD key to enter counts.  Press GOLD and then the main
 keyboard numeric keys, followed by the key to which the count should apply.
 The DELETE key and CTRL/U can be used to edit the number, and thus cannot have
 a count applied to them in this manner.  The SPECINS key treats the count as
 the code for a character to be inserted.

 The GOLD key is used with main keyboard keys for additional editing functions.
 For help on "GOLD character" (for example, GOLD A), press the character's key on
 the main keyboard.

20  –  321

 ENTER
 -----
 Sends information to EDT for functions such as FIND and COMMAND.

 SUBS  (GOLD ENTER)
 ----
 Deletes the search string, replaces it with the contents of the PASTE buffer,
 and finds the next occurrence of the string.  To use:

     1.  Press SELECT.
     2.  Type the new text.
     3.  Press CUT.
     4.  Press FIND.
     5.  Enter the text you wish to replace.

 Each time you press SUBS, EDT makes one substitution and finds the next
 occurrence of the search string.  You can use a repeat count for multiple
 substitutions.

21  –  001

 TAB COMPUTE  (CTRL/A)
 -----------
 Sets the indentation level count to the value obtained from dividing the current
 cursor column position by the SET TAB number.  If the cursor position is not a
 multiple of the SET TAB number, an error results.  You must have a SET TAB in
 effect to use CTRL/A.

22  –  004

 TAB DECREASE  (CTRL/D)
 ------------
 Used to decrease the indentation level counter.  You must have a SET TAB in
 effect to use CTRL/D.

23  –  005

 TAB INCREASE  (CTRL/E)
 ------------
 Used to increase the indentation level counter.  You must have a SET TAB in
 effect to use CTRL/E.

24  –  006

 FILL  (CTRL/F)
 ----
 Performs a word fill on the select range.  A word fill reformats a block of text
 so that as many full words as possible are placed on each line without exceeding
 the right margin.  You can set the right margin with the SET WRAP command.  If
 it is not set, the default is the terminal width - 1.  For purposes of the FILL
 command, only spaces are used as word delimiters.

25  –  008

 BEGINNING OF LINE  (CTRL/H or BACKSPACE)
 -----------------
 Moves the cursor to the beginning of the current line.  If the cursor is already
 at the beginning of a line, it moves to the beginning of the previous line.

26  –  009

 TAB INSERT  (CTRL/I or TAB)
 ----------
 Moves the cursor in one of two ways:

     1.  If the tab size has not been set with SET TAB or if the cursor is not at
         the beginning of the line, a tab character is inserted at the cursor
         position.
     2.  If the tab size has been set with SET TAB or if the cursor is at the
         beginning of the line, a number of tab characters and spaces are
         inserted to move the cursor to the column position that is equal to the
         SET TAB value times the indentation level count.

27  –  010

 DELETE TO BEGINNING OF LINE  (CTRL/J or LINEFEED)
 ---------------------------
 Used to delete all characters from the cursor position to the beginning of the
 word containing the cursor.  If the cursor is on the first character of a word
 the previous word is deleted.

28  –  011

 DEFINE KEY   (CTRL/K)
 ----------
 Used to define a new keypad function for an editing key.  You are prompted first
 to press the key to be defined, then to enter the definition.  You can define
 the key either in terms of other editing keys or with nokeypad mode commands.
 If you press an editing key, its definition appears at the bottom of the screen
 in the definition line.

29  –  012

 INSERT FORMFEED   (CTRL/L)
 ----------------
 Inserts a formfeed character (<FF>) at the cursor position.

30  –  018

 REFRESH   (CTRL/R)
 -------
 Refreshes the screen display.  The screen becomes blank and then the characters
 in the buffer reappear, minus extraneous characters, such as system messages.
 The cursor remains in the same location.

31  –  020

 TAB ADJUST  (CTRL/T)
 ----------
 Indents the select range.  To use the key:

     1.  Create a select range of the text you wish to adjust.
     2.  Enter a level count using the GOLD key.  To decrease the tab
         indentation level, precede the count with a minus sign.  The default
         level count is 1.
     3.  Use the tab adjust key.

 The effect of CTRL/T is to increase or decrease the indentation level of the
 select range by the number of tabs indicated by the level count.  You must have
 a SET TAB value in effect to use CTRL/T.

32  –  021

 DELETE TO BEGINNING OF LINE  (CTRL/U)
 ---------------------------
 Used to delete all characters in the current line to the left of the cursor.  If
 the cursor is on the first character of a line, the entire previous line is
 deleted.

33  –  023

 REFRESH   (CTRL/W)
 -------
 Refreshes the screen display.  The screen becomes blank and then the characters
 in the buffer reappear, minus extraneous characters, such as system messages.
 The cursor remains in the same location.

34  –  026

 EXIT  (CTRL/Z)
 ----
 Shifts EDT to line editing.

35  –  065

 TAB COMPUTE  (GOLD A)
 -----------
 Sets the indentation level count to the value obtained from dividing the
 current cursor column position by the SET TAB number.  If the cursor position
 is not a multiple of the SET TAB number, an error results.  You must have a SET
 TAB value in effect to use GOLD A.

36  –  068

 TAB DECREASE  (GOLD D)
 ------------
 Used to decrease the indentation level counter.  You must have a SET TAB value
 in effect to use GOLD D.

37  –  069

 TAB INCREASE  (GOLD E)
 ------------
 Used to increase the indentation level counter.  You must have a SET TAB value
 in effect to use GOLD E.

38  –  070

 FILL  (GOLD F)
 ----
 Performs a word fill on the select range.  A word fill reformats a block of text
 so that as many full words as possible are placed on each line without exceeding
 the right margin.  The right margin can be set by the SET WRAP command.  If it
 is not set, the default is the terminal width - 1.  For purposes of the FILL
 command, only spaces are used as word delimiters.

39  –  082

 REFRESH   (GOLD R)
 -------
 Refreshes the screen display.  The screen becomes blank and then the characters
 in the buffer reappear, minus extraneous characters, such as system messages.
 The cursor remains in the same location.

40  –  084

 TAB ADJUST  (GOLD T)
 ----------
 Adjusts the tab level of the select range.  The key is used as follows:

     1.  Create a select range of the text you wish to adjust.
     2.  Enter a level count using the GOLD key.  To decrease the tab
         indentation level, precede the count with a minus sign.  The default
         level count is 1.
     3.  Use the tab adjust key.

 The effect of GOLD T is to increase or decrease the indentation level of the
 select range by the number of tabs indicated by the level count.  You must have
 a SET TAB value in effect to use GOLD T.

41  –  085

 DELETE TO BEGINNING OF LINE  (GOLD U)
 ---------------------------
 Used to delete all characters in the current line to the left of the cursor.  If
 the cursor is on the first character of a line, the entire previous line is
 deleted.

42  –  087

 REFRESH   (GOLD W)
 -------
 Refreshes the screen display.  The screen becomes blank and then the characters
 in the buffer reappear, minus extraneous characters, such as system messages.
 The cursor remains in the same location.

43  –  090

 EXIT  (GOLD Z)
 ----
 Shifts EDT to line editing.
Close Help