Keyboard shortcuts in the DOM Table
The following keyboard shortcuts apply in the DOM Table:
Key combination | Description |
---|---|
<ENTER> | Insert line break at the current position |
← | Move cursor one position to the left within a cell or to the next cell at the left |
→ | Move cursor one position to the right within a cell or to the next cell at the right |
↑ | Move cursor up one position within a cell or one cell up |
↓ | Move cursor down one position within a cell or one cell down |
<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 of the current row |
<END> | Go to the last character in the current line of the current row |
<ALT> + <HOME> | Go to the first character in the current cell |
<ALT> + <END> | Go to the last character in the current cell |
<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 of the current line of the current cell |
<SHIFT> + <END> | Select the text from the current position up to the last character of the current line of the current cell |
<SHIFT> + <CTRL> + ← | Select the text from the current position up to the next preceding space character |
<SHIFT> + <CTRL> + → | Select the text from the current position up to the next following space character |
<SHIFT> + <ALT> + <HOME> | Select the text from the current position up to the first character of the current cell |
<SHIFT> + <ALT> + <END> | Select the text from the current position up to the last character of the current cell |
<CTRL> + <A> | Select the whole content of the DOM-Table |
Double-click | Select the current word (incl. punctuation marks) |
Triple-click | Select the current line of a row |
Quadruple-click | Select the current cell |
<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> + <F> | Open a window for finding text in the DOM-Table |
<CTRL> + <R> | Open a window for finding and replacing text in the DOM-Table |
<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 |
<Screen ↑> | Page up without moving the cursor |
<Screen ↓> | Page down without moving the cursor |
<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 a new row will be inserted below the current one. | |
<SHIFT> + <TAB> | Cursor goes to the precedent cell. |
If the cursor is in the first cell of a row it goes to the last cell of the next row above. | |