Difference between revisions of "Hotkeys/Selecting"
From TED Notepad
< Hotkeys
Line 4: | Line 4: | ||
| Ctrl+A || Selects entire text of the document. | | Ctrl+A || Selects entire text of the document. | ||
|- | |- | ||
− | | Ctrl+Num* || Selects the entire {{defined|line}}, | + | | Ctrl+Num* || Selects the entire {{defined|line}}. If hit repeatedly, crawls down the {{defined|line}}s. |
+ | |- | ||
+ | | Ctrl+Shift+Num* || Selects the entire {{defined|line}}. If hit repeatedly, adds more {{defined|line}}s into the selection. | ||
+ | |- | ||
+ | | Ctrl+Num\ || Selects the entire {{defined|paragraph}}. If hit repeatedly, crawls down the {{defined|paragraph}}s. | ||
+ | |- | ||
+ | | Ctrl+Shift+Num\ || Selects the entire {{defined|paragraph}}. If hit repeatedly, adds more {{defined|paragraph}}s into the selection. | ||
|- | |- | ||
| || | | || |
Revision as of 19:30, 20 November 2013
You see work in progress here; this section already reflects future TED Notepad version 5.4.1.1.
This section may contain incomplete, premature, or mistaken information, prone to change without notice.
This section may contain incomplete, premature, or mistaken information, prone to change without notice.
Ctrl+A | Selects entire text of the document. |
Ctrl+Num* | Selects the entire line. If hit repeatedly, crawls down the lines. |
Ctrl+Shift+Num* | Selects the entire line. If hit repeatedly, adds more lines into the selection. |
Ctrl+Num\ | Selects the entire paragraph. If hit repeatedly, crawls down the paragraphs. |
Ctrl+Shift+Num\ | Selects the entire paragraph. If hit repeatedly, adds more paragraphs into the selection. |
Ctrl+D | Selects a wordthat begins or continues to the right from the caret. If no wordis there, selects all white-spacesor a single character otherwise. |
Ctrl+Shift+D | Adds next wordthat begins or continues to the right from the caret (as described above) to the selection. |