"CompleteSelection" is a front end token that opens a popup menu to complete a partially typed word.
"CreateCounterBoxDialog" is a front end token that opens the Create Automatic Numbering Object dialog box.
"CreateGridBoxDialog" is a front end token that opens the Create Table/Matrix dialog.
"CreateHyperlinkDialog" is a front end token that opens the Create Hyperlink dialog.
"CreateInlineCell" is a front end token that creates a new inline cell.
"DebuggerContinue" is a front end token that continues an interrupted evaluation until it reaches the next breakpoint.
"DebuggerFinish" is a front end token that makes the debugger ignore all breakpoints and finish the evaluation.
"DebuggerStepIn" is a front end token that stops the evaluation at the next possible stopping point.
"DebuggerStep" is a front end token that stops the evaluation at the beginning of the next expression.
"DebuggerStepOut" is a front end token that stops the evaluation at the end of the current stack frame.