Key Bindings

The following key bindings have been added to the existing Motif text widget key bindings in the edit window,


<DEL>
Deletes the character to the left of the insertion point.
^D
Deletes the character to the right of the insertion point.
^K
Deletes all characters to the right of the insertion point on the current line.
^P
Moves the insertion point to the previous line.
^N
Moves the insertion point to the next line.
^A
Moves the insertion point to the beginning of the current line.
^E
Moves the insertion point to the end of the current line.
^B
Moves the insertion point one character to the left.
^F
Moves the insertion point one character to the right.
^L
Redraws the display of the editor window.
^H
Deletes the previous character to the left of the insertion point.
^J
Inserts a new line to the right of the insertion points and indents the new line so that it starts from the same column as the current line.
^M
Inserts a new line to the right of the insertion point.
^O
Inserts a new line to the right of the insertion point without moving the insertion point.
^T
Moves the insertion point to the beginning of the file.
^U
Moves the insertion point to the previous page.
^V
Moves the insertion point to the next page.
^W
Deletes the selected region of text.
^Y
Yanks back deleted text.
^X
Moves the insertion point to the end of the file.