CTRL+A |
Selects the editor’s entire content |
RichEditSelection.selectAll |
|
LEFT |
Moves the cursor to the previous character |
RichEditSelection.goToPreviousCharacter |
The shortcut replicates the command’s overload with the parameter set to false |
RIGHT |
Moves the cursor to the next character |
RichEditSelection.goToNextCharacter |
The shortcut replicates the command’s overload with the parameter set to false |
UP |
Moves the cursor to the previous line |
RichEditSelection.goToPreviousLine |
The shortcut replicates the command’s overload with the parameter set to false |
DOWN |
Moves the cursor to the next line |
RichEditSelection.goToNextLine |
The shortcut replicates the command’s overload with the parameter set to false |
PAGE UP |
Moves the cursor to the beginning of the previous page |
RichEditSelection.goToPreviousPage |
The shortcut replicates the command’s overload with the parameter set to false |
PAGE DOWN |
Moves the cursor to the beginning of the next page |
RichEditSelection.goToNextPage |
The shortcut replicates the command’s overload with the parameter set to false |
HOME |
Moves the cursor to the start of the line in which the cursor is located |
RichEditSelection.goToLineStart |
The shortcut replicates the command’s overload with the parameter set to false |
END |
Moves the cursor to the end of the line in which the cursor is located |
RichEditSelection.goToLineEnd |
The shortcut replicates the command’s overload with the parameter set to false |
SHIFT+LEFT |
Extends the selection to the previous character |
RichEditSelection.goToPreviousCharacter |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+RIGHT |
Extends the selection to the next character |
RichEditSelection.goToNextCharacter |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+UP |
Extends the selection to the previous line |
RichEditSelection.goToPreviousLine |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+DOWN |
Extends the selection to the next line |
RichEditSelection.goToNextLine |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+PAGE UP |
Extends the selection up to the previous screen |
RichEditSelection.goToPreviousPage |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+PAGE DOWN |
Extends the selection up to the next screen |
RichEditSelection.goToNextPage |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+HOME |
Extends the selection to the start of the line in which the cursor is located |
RichEditSelection.goToLineStart |
The shortcut replicates the command’s overload with the parameter set to true |
SHIFT+END |
Extends the selection to the end of the line in which the cursor is located |
RichEditSelection.goToLineEnd |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+LEFT |
Moves the cursor to the previous word |
RichEditSelection.goToPrevWord |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+RIGHT |
Moves the cursor to the next word |
RichEditSelection.goToNextWord |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+UP |
Moves the cursor to the beginning of the previous paragraph |
RichEditSelection.goToParagraphStart |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+DOWN |
Moves the cursor to the beginning of the next paragraph |
RichEditSelection.goToParagraphEnd |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+PAGE UP |
Moves the cursor to the beginning of the previous page |
RichEditSelection.goToStartPrevPageCommand |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+PAGE DOWN |
Moves the cursor to the beginning of the next page |
RichEditSelection.goToStartNextPageCommand |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+HOME |
Moves the cursor to the start of the document |
RichEditSelection.goToDocumentStart |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+END |
Moves the cursor to the end of the document |
RichEditSelection.goToDocumentEnd |
The shortcut replicates the command’s overload with the parameter set to false |
CTRL+SHIFT+LEFT |
Extends the selection to the previous word |
RichEditSelection.goToPrevWord |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+RIGHT |
Extends the selection to the next word |
RichEditSelection.goToNextWord |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+UP |
Extends the selection to the beginning of the previous paragraph |
RichEditSelection.goToParagraphStart |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+DOWN |
Extends the selection to the beginning of the next paragraph |
RichEditSelection.goToParagraphEnd |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+PAGE UP |
Extends the selection up to the previous page |
RichEditSelection.goToStartPrevPageCommand |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+PAGE DOWN |
Extends the selection up to the next page |
RichEditSelection.goToStartNextPageCommand |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+HOME |
Extends the selection to the start of the document |
RichEditSelection.goToDocumentStart |
The shortcut replicates the command’s overload with the parameter set to true |
CTRL+SHIFT+END |
Extends the selection to the end of the document |
RichEditSelection.goToDocumentEnd |
The shortcut replicates the command’s overload with the parameter set to true |