"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.
"MoveNextLine" is a front end token that moves the insertion point down by one line.
"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.
"MovePreviousLine" is a front end token that moves the insertion point up by one line.
"MovePrevious" is a front end token that moves the insertion point left by one character.
"MovePreviousWord" is a front end token that moves the insertion point left by one word.
"NotebookStatisticsDialog" is a front end token that opens the Statistics dialog.
"PasteSpecial" is a front end token that pastes the clipboard contents in plain text format at the insertion point.