"DeleteNextWord" is a front end token that deletes the word to the right of the insertion point.
"DeletePrevious" is a front end token that deletes the character to the left of the insertion point.
"DeletePreviousWord" is a front end token that deletes the word to the left of the insertion point.
"ExplainColoringDialog" is a front end token that brings up the Why the Coloring? dialog with an explanation of the syntax coloring in the selection.
"GraphicsRender" is a front end token that rerenders the selected graphics.
"MoveLineBeginning" is a front end token that moves the insertion point to the beginning of the current line.
"MoveLineEnd" is a front end token that moves the insertion point to the end of the current line.
"MoveNextCell" is a front end token that moves the insertion point down by one cell.
"MoveNext" is a front end token that moves the insertion point right by one character.
"MoveNextWord" is a front end token that moves the insertion point right by one word.