Keyboard shortcuts in the DOM Editor
The following keyboard shortcuts apply in the DOM Editor and in inline tables:
Key combination | Description |
---|---|
Enter | Create new section |
← | Move cursor one position to the left |
→ | Move cursor one position to the right |
↑ | Move cursor up by one position |
↓ | Move cursor down by one position |
Ctrl+← | Go to the next preceding space character |
Ctrl+→ | Go to the next following space character |
Home | Go to the first character in the current line |
End | Go to the last character in the current line |
Alt+Home | Go to the first character in the current section |
Alt+End | Go to the last character in the current section |
Ctrl+Home | Go to the first character in the DOM-Editor |
Ctrl+End | Go to the last character in the DOM-Editor |
Shift+← | Select the text from the current position up to the preceding character |
Shift+→ | Select the text from the current position up to the following character |
Shift+↑ | Select the text from the current position up to this position in one line above |
Shift+↓ | Select the text from the current position up to this position in the subjacent line |
Shift+Home | Select the text from the current position up to the first character in the current row |
Shift+End | Select the text from the current position up to the last character in the current row |
Ctrl+Shift+← | Select the text from the current position up to the next preceding space character |
Ctrl+Shift+→ | Select the text from the current position up to the next following space character |
Alt+Shift+Home | Select the text from the current position up to the first character of the current section |
Alt+Shift+End | Select the text from the current position up to the last character of the current section |
Ctrl+Shift+Home | Select the text from the current position up to the first character in the DOM-Editor |
Ctrl+Shift+End | Select the text from the current position up to the last character in the DOM-Editor |
Ctrl+A | Select the whole content of the DOM-Editor |
Double-click | Select the current word (incl. punctuation marks) |
Triple-click | Select the current line |
Quadruple-click | Select the current section |
Ctrl+C | Copy the selected text into the clipboard |
Ctrl+X | Cut the selected text and copy it into the clipboard |
Ctrl+Backspace | Delete a word from the cursor position to the beginning of the word |
Ctrl+Del | Delete a word from the cursor position to the end of a the word, following punctuation marks included |
Ctrl+V | Paste the content of the clipboard at the cursor's position |
Ctrl+B | Formats the selected text in bold |
Ctrl+I | Formats the selected text in italics |
Ctrl+Shift+L | Allows you to create lists |
Ctrl+Shift+P | Allows you to assign section formatting templates (see Chapter Format templates) |
Ctrl+Shift+R | Allows you to create links (see Chapter Link templates) |
Ctrl+Shift+T | Allows you to assign individual text formatting templates (see Chapter Format templates) |
Ctrl+F | Open a window for finding text in the DOM-Editor |
Ctrl+R | Open a window for finding and replacing text in the DOM-Editor |
F3 | Go to the next search result |
Shift+F3 | Go to the previous search result |
Ctrl+Z | Undo the last change |
Ctrl+Shift+Z | Restore changes which have been undone |
Ctrl+Y | Restore changes which have been undone |
PgUp | Page up without moving the cursor |
PgDn | Page down without moving the cursor |
Keyboard shortcuts for inline tables
Inline tables are tables which can be integrated into the DOM Editor, according to the particular project configuration. The following keyboard shortcuts are used for inline tables in deviation from those used in the DOM Editor and in the DOM Table:
Key combination | Description |
---|---|
Enter | Insert a line break at the current position. |
First put the cursor in the first cell of the table and move it then with the cursor key to the left for inserting a new paragraph in front of an inline table. The new paragraph will then be created in front of the table by using the Enter key. | |
First put the cursor in the last cell of the table and move it then with the cursor key to the right for inserting a new paragraph behind an inline table. The new paragraph will then be created behind the table by using the Enter key. | |
Tab | Cursor goes to the next cell. |
If the cursor is in the last cell of a row it goes to the first cell of the following row. | |
If the cursor is in the last cell of the table new rows will be inserted below the current one, until the maximal number of rows defined by the template developer is achieved. | |