Difference between revisions of "Hotkeys"
From TED Notepad
Line 1: | Line 1: | ||
− | <noinclude>{{manversion| | + | <noinclude>{{manversion|5.0.0.10}}__NOTOC__</noinclude> |
− | This is | + | This is a complete listing of almost all TED Notepad hotkeys. |
+ | |||
+ | Note: This listing does not contain hotkeys implied in the system or added from out-of-borders of TED Notepad. | ||
+ | |||
+ | Note: It also does not contain hotkeys that are usual for all edit boxes in Windows, such as basic movements and selecting. | ||
{| class="tnp_hotkeys" | {| class="tnp_hotkeys" | ||
− | ! colspan=2 | Moving through text | + | ! colspan=2 | Moving through text <noinclude><!-- ############################################################### --></noinclude> |
|- | |- | ||
| Ctrl+Up Arrow || Moves the caret up to the previous {{defined|line}} regardless to actual {{feature|word wrapping}}. | | Ctrl+Up Arrow || Moves the caret up to the previous {{defined|line}} regardless to actual {{feature|word wrapping}}. | ||
Line 12: | Line 16: | ||
| | | | ||
|- | |- | ||
− | | Ctrl+G || Shows the {{ | + | | Ctrl+G || Shows the {{dialog|Go to}} dialog. Then moves the caret to a line or position specified in the dialog. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| | | | ||
|- | |- | ||
− | + | ! colspan=2 | Scrolling view (without moving the caret) <noinclude><!-- ############################################################### --></noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ! colspan=2 | Scrolling view (without moving the caret) | ||
|- | |- | ||
| Alt+Up || Scrolls one line up. | | Alt+Up || Scrolls one line up. | ||
Line 66: | Line 58: | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Managing files | + | ! colspan=2 | Selecting text <noinclude><!-- ############################################################### --></noinclude> |
+ | |- | ||
+ | | Ctrl+A || Selects entire text of the document. | ||
+ | |- | ||
+ | | | ||
+ | |- | ||
+ | | Ctrl+D || Selects a {{defined|word}} that begins or continues to the right from the caret. If no {{defined|word}} is there, selects all {{defined|white-spaces}} or a single character otherwise. | ||
+ | |- | ||
+ | | Ctrl+Shift+D || Adds next {{defined|word}} that begins or continues to the right from the caret (as described above) to the selection. | ||
+ | |- | ||
+ | | | ||
+ | |- | ||
+ | ! colspan=2 | Managing files <noinclude><!-- ############################################################### --></noinclude> | ||
|- | |- | ||
| Ctrl+N || Creates a new document. | | Ctrl+N || Creates a new document. | ||
|- | |- | ||
− | | Ctrl+O || | + | | Ctrl+O || Shows the {{dialog|Open}} dialog. Then opens a document from a specified file. |
|- | |- | ||
| Ctrl+S || Saves the actual document to a file. | | Ctrl+S || Saves the actual document to a file. | ||
|- | |- | ||
− | | Ctrl+B || | + | | Ctrl+B || Shows the {{dialog|Save As}} dialog. Then saves the actual document to a new specified file. |
|- | |- | ||
| | | | ||
Line 84: | Line 88: | ||
| | | | ||
|- | |- | ||
− | | Ctrl+P || Prints actual document. | + | | Ctrl+P || Shows the {{dialog|Print}} dialog. Then Prints the actual document. |
|- | |- | ||
| Ctrl+M || Minimizes the window of TED Notepad into the {{system|System Tray}}. | | Ctrl+M || Minimizes the window of TED Notepad into the {{system|System Tray}}. | ||
Line 90: | Line 94: | ||
| | | | ||
|- | |- | ||
− | | Ctrl+J || Opens {{system|Properties}} dialog of a file of the actual document. | + | | Ctrl+J || Opens the {{system|Properties}} dialog of a file of the actual document. |
|- | |- | ||
| Ctrl+E || Reverts (reloads) the actual document from its file. Discards any unsaved changes. | | Ctrl+E || Reverts (reloads) the actual document from its file. Discards any unsaved changes. | ||
Line 104: | Line 108: | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Editing the document | + | ! colspan=2 | Editing the document <noinclude><!-- ############################################################### --></noinclude> |
|- | |- | ||
| Ctrl+Z || rowspan=2 | Undoes the last action. | | Ctrl+Z || rowspan=2 | Undoes the last action. | ||
Line 123: | Line 127: | ||
|- | |- | ||
| Ctrl+BkSpace || Deletes entire {{defined|word}} to the right from the caret. If no {{defined|word}} is there, deletes all {{defined|white-spaces}} or a single character otherwise. | | Ctrl+BkSpace || Deletes entire {{defined|word}} to the right from the caret. If no {{defined|word}} is there, deletes all {{defined|white-spaces}} or a single character otherwise. | ||
+ | |- | ||
+ | | Alt+Del || Deletes the entire actual {{defined|line}}. | ||
+ | |- | ||
+ | | Ctrl+Shift+Del || Deletes the rest of the actual {{defined|line}}. | ||
+ | |- | ||
+ | | Ctrl+Shift+BkSpace || Deletes the actual {{defined|line}} from its beginning up to the actual caret posision. | ||
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Ctrl+ | + | | Alt+Ctrl+Space || Copies a {{defined|word}} that is directly above the caret. If the previous line is not long enough, searches further above. |
+ | |- | ||
+ | | Ctrl+Shift+Space || Copies a {{defined|word}} that is directly above the caret, but also on a line that is ''similar'' to the actual line. Similarity means that it starts with the same phrase as the actual line. | ||
+ | |- | ||
+ | | Ctrl+Space || Shows the {{dialog|Complete Word}} dialog in order to complete a {{defined|word}} that is to the left from the caret. | ||
|- | |- | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Working with clipboars | + | ! colspan=2 | Working with clipboars <noinclude><!-- ############################################################### --></noinclude> |
|- | |- | ||
| Ctrl+X || rowspan=2 | Cuts the selection into the system clipboard. | | Ctrl+X || rowspan=2 | Cuts the selection into the system clipboard. | ||
Line 146: | Line 160: | ||
| | | | ||
|- | |- | ||
− | | Ctrl+K || rowspan=2 | Swaps content of the selection and the system clipboard | + | | Ctrl+K || rowspan=2 | Swaps content of the selection and the system clipboard, i.e. cuts the selection into the system clipboard and pastes previous content of the system clipboard into the document. |
|- | |- | ||
| Ctrl+Shift+Insert | | Ctrl+Shift+Insert | ||
Line 152: | Line 166: | ||
| | | | ||
|- | |- | ||
− | | Ctrl+0 || Shows dialog with content of all {{feature|Extended clipboards}}. | + | | Ctrl+0 || Shows a dialog with content of all {{feature|Extended clipboards}}. |
|- | |- | ||
| | | | ||
Line 162: | Line 176: | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Searching for specific text | + | ! colspan=2 | Searching for specific text <noinclude><!-- ############################################################### --></noinclude> |
|- | |- | ||
− | | Ctrl+F || Shows the {{ | + | | Ctrl+F || Shows the {{dialog|Find...}} dialog. Then searches for specified phrase in the document. |
|- | |- | ||
− | | F3 || Searches for next occurrence of the phrase in the document. | + | | F3 || Searches for next occurrence of the search phrase in the document. |
|- | |- | ||
− | | Ctrl+F3 || Searches for previous occurrence of the phrase in the document. | + | | Ctrl+F3 || Searches for previous occurrence of the search phrase in the document. |
+ | |- | ||
+ | | Alt+F3 || Searches for the actually selected text in the document. | ||
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Ctrl+R || rowspan=2 | Shows the {{ | + | | Ctrl+R || rowspan=2 | Shows the {{dialog|Find/Replace...}} dialog. Then searches for specified phrase in the document and replaces it with another phrase. |
|- | |- | ||
| Ctrl+H | | Ctrl+H | ||
Line 178: | Line 194: | ||
| | | | ||
|- | |- | ||
− | | Shift+F3 || Searches for next occurrence of the phrase in the document and extends the selection to cover that occurrence. | + | | Shift+F3 || Searches for next occurrence of the search phrase in the document and extends the selection to cover that occurrence. |
|- | |- | ||
− | | Ctrl+Shift+F3 || Searches for previous occurrence of the phrase in the document and extends the selection to cover that occurrence. | + | | Ctrl+Shift+F3 || Searches for previous occurrence of the search phrase in the document and extends the selection to cover that occurrence. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Options | + | | F2 || Looks for next occurrence of the ''second'' search phrase in the document using the {{feature|Second search}}. |
+ | |- | ||
+ | | Ctrl+F2 || Looks for previous occurrence of the ''second'' search phrase in the document using the {{feature|Second search}}. | ||
+ | |- | ||
+ | | Alt+F2 || Looks for the actually selected text in the document using the {{feature|Second search}}. | ||
+ | |- | ||
+ | | | ||
+ | |- | ||
+ | ! colspan=2 | Options <noinclude><!-- ############################################################### --></noinclude> | ||
|- | |- | ||
| Ctrl+T || Toggles between standard and {{feature|Stay on top}} modes. | | Ctrl+T || Toggles between standard and {{feature|Stay on top}} modes. | ||
|- | |- | ||
− | | Ctrl+W || | + | | Ctrl+W || Toggles {{feature|word wrap}} mode. |
|- | |- | ||
| F8 || Toggles between {{feature|Fixed-width Font}} and {{feature|Proportional Font}} display. | | F8 || Toggles between {{feature|Fixed-width Font}} and {{feature|Proportional Font}} display. | ||
Line 194: | Line 218: | ||
| | | | ||
|- | |- | ||
− | | Alt+Enter || Opens the {{ | + | | Alt+Enter || Opens the {{dialog|Settings}} dialog. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Tools | + | ! colspan=2 | Tools <noinclude><!-- ############################################################### --></noinclude> |
|- | |- | ||
− | | Ctrl+L || Launches recently used tool again | + | | Ctrl+L || Launches recently used tool again with the same parameters and options as they were used before. |
|- | |- | ||
| | | | ||
Line 216: | Line 240: | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+H || Converts all Unix-type {{defined|newlines}} | + | | Alt+Ctrl+H || Converts all Unix-type {{defined|newlines}} in the selection to Windows-native {{defined|newlines}}. |
|- | |- | ||
− | | Alt+Ctrl+U || Converts all {{defined|newlines}} | + | | Alt+Ctrl+U || Converts all {{defined|newlines}} in the selection to Unix-type {{defined|newlines}}. |
+ | |- | ||
+ | | Alt+Ctrl+J || Converts all Mac-type {{defined|newlines}} in the selection to Windows-native {{defined|newlines}}. | ||
+ | |- | ||
+ | | Alt+Ctrl+K || Converts all {{defined|newlines}} in the selection to Mac-type {{defined|newlines}}. | ||
|- | |- | ||
| | | | ||
Line 224: | Line 252: | ||
| Ctrl+Tab || Indents all {{defined|lines}} of the selection by a Tab character. | | Ctrl+Tab || Indents all {{defined|lines}} of the selection by a Tab character. | ||
|- | |- | ||
− | | Ctrl+Q || Quotes all {{defined|lines}} of the selection by a {{string|> }} phrase. | + | | Ctrl+Q || Quotes all {{defined|lines}} of the selection by a {{string|> }} phrase. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+E || | + | | Alt+Ctrl+E || Shows the {{dialog|Enclose Selection}} dialog. Then encloses the selection with the specified phrases. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+Q || | + | | Alt+Ctrl+Q || Shows the {{dialog|Indent/Quote}} dialog. Then indents/quotes {{defined|lines}} of the selection by a specified phrase. |
|- | |- | ||
− | | Alt+Ctrl+C || Closes {{defined|lines}} of the selection by a specified phrase. | + | | Alt+Ctrl+C || Shows the {{dialog|Close Lines}} dialog. Then Closes {{defined|lines}} of the selection by a specified phrase. |
+ | |- | ||
+ | | | ||
+ | |- | ||
+ | | Alt+Ctrl+Y || Shows the {{dialog|Cut Columns, Add Numbers}} dialog. Then Cuts {{defined|columns}} and adds line numbers according to specified parameters. | ||
|- | |- | ||
| | | | ||
Line 242: | Line 274: | ||
| Alt+Ctrl+Shift+X || Uniques all {{defined|lines}} of the selection. {{defined|Ignores case}} during the process. | | Alt+Ctrl+Shift+X || Uniques all {{defined|lines}} of the selection. {{defined|Ignores case}} during the process. | ||
|- | |- | ||
− | | Ctrl+Shift+X || | + | | Ctrl+Shift+X || Shows the {{dialog|Find Duplicates}} dialog. Then searches for duplicate {{defined|lines}} in the selection. |
+ | |- | ||
+ | | | ||
+ | |- | ||
+ | | Ctrl+Shift+Tab || Unindents the selection by stripping a leading {{define|white-space}} from each line. | ||
+ | |- | ||
+ | | Ctrl+Shift+Q || Unquotes the selection by stripping a leading quoting character from each line. The quoting character is defined by the first character of the selection. | ||
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Ctrl+ | + | | Alt+Ctrl+O || Tabifies the lines of the selection by replacing all leading Spaces with Tabs. |
|- | |- | ||
− | | Ctrl+ | + | | Ctrl+Skift+O || UnTabifies the lines of the selection by replacing all leading Tabs with Spaces. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+M || | + | | Alt+Ctrl+M || Shows the {{dialog|Compare}} dialog. Then compares two given phrases. |
|- | |- | ||
− | | F9 || Shows the extensive {{ | + | | F9 || Shows the extensive {{dialog|Statistics...}} dialog. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | | | + | | F6 || Insert a title of the actually opened document. |
|- | |- | ||
− | | Alt+Ctrl+D || | + | | Ctrl+F6 || Inserts an actual path and a file name of the actually opened document. |
+ | |- | ||
+ | | | ||
+ | |- | ||
+ | | Alt+Ctrl+I || Shows the {{dialog|Open}} dialog. Then includes a specified file. | ||
+ | |- | ||
+ | | Alt+Ctrl+D || Shows the {{dialog|Save As}} dialog. Then excludes (cuts) the selection into a specified file. | ||
|- | |- | ||
| | | | ||
Line 266: | Line 310: | ||
| Ctrl+Shift+J || Reverses the text of the selection. | | Ctrl+Shift+J || Reverses the text of the selection. | ||
|- | |- | ||
− | | Ctrl+Shift+K || Reverses | + | | Ctrl+Shift+K || Reverses {{defined|line}} order in the selection. |
+ | |- | ||
+ | | Ctrl+Shift+B || Reverses each {{defined|word}} in the selection. | ||
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+T || | + | | Alt+Ctrl+T || Shows the {{dialog|Translate Characters}} dialog. Then translates characters in the selection according to specified translation phrases. |
|- | |- | ||
− | | Alt+Ctrl+R || Searches for specified phrase and replaces all its occurrences in the selection. | + | | Alt+Ctrl+R || Shows the {{dialog|Extended Replace}} dialog. Then Searches for specified phrase and replaces all its occurrences in the selection. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+S || Shows the {{ | + | | Alt+Ctrl+S || Shows the {{dialog|Sort...}} dialog and then sorts all {{defined|lines}} of the selection according to specified keys. |
|- | |- | ||
| Alt+Ctrl+A || Sorts all {{defined|lines}} of the selection in ascending order. | | Alt+Ctrl+A || Sorts all {{defined|lines}} of the selection in ascending order. | ||
Line 300: | Line 346: | ||
| | | | ||
|- | |- | ||
− | | Alt+Ctrl+{{string|[F1..F12]}} || Launches {{string|one}} of the {{feature|Text Filters}}. | + | | Alt+Ctrl+{{string|[F1..F12]}} || Shows the {{dialog|Run Filter}} dialog. Then Launches {{string|one}} of the {{feature|Text Filters}}. |
|- | |- | ||
| | | | ||
|- | |- | ||
− | ! colspan=2 | Help menu | + | ! colspan=2 | Help menu <noinclude><!-- ############################################################### --></noinclude> |
|- | |- | ||
− | | F1 || Opens the manual. | + | | F1 || Opens the manual of TED Notepad. |
|- | |- | ||
| Ctrl+F1 || Opens the On-line manual from the homepage of TED Notepad. | | Ctrl+F1 || Opens the On-line manual from the homepage of TED Notepad. | ||
|- | |- | ||
|} | |} |
Revision as of 20:39, 10 July 2006
You see work in progress here; this section already reflects future TED Notepad version 5.0.0.10.
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.
This is a complete listing of almost all TED Notepad hotkeys.
Note: This listing does not contain hotkeys implied in the system or added from out-of-borders of TED Notepad.
Note: It also does not contain hotkeys that are usual for all edit boxes in Windows, such as basic movements and selecting.
Moving through text | |
---|---|
Ctrl+Up Arrow | Moves the caret up to the previous lineregardless to actual word wrapping. |
Ctrl+Down Arrow | Moves the caret down to the next lineregardless to actual word wrapping. |
Ctrl+G | Shows the Go to dialog. Then moves the caret to a line or position specified in the dialog. |
Scrolling view (without moving the caret) | |
Alt+Up | Scrolls one line up. |
Alt+Shift+Up | Scrolls five lines up. |
Alt+Down | Scrolls one line down. |
Alt+Shift+Down | Scrolls five lines down. |
Alt+Left | Scrolls three characters left. |
Alt+Shift+Left | Scrolls fifteen characters left. |
Alt+Right | Scrolls three characters right. |
Alt+Shift+Right | Scrolls fifteen characters right. |
Alt+Home | Scrolls to the beginning of the document. |
Alt+End | Scrolls to the end of the document. |
Alt+Page Up | Scrolls one page up. |
Alt+Page Down | Scrolls one page down. |
Alt+Insert | Scrolls back to the caret position. |
Selecting text | |
Ctrl+A | Selects entire text of the document. |
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. |
Managing files | |
Ctrl+N | Creates a new document. |
Ctrl+O | Shows the Open dialog. Then opens a document from a specified file. |
Ctrl+S | Saves the actual document to a file. |
Ctrl+B | Shows the Save As dialog. Then saves the actual document to a new specified file. |
Ctrl+U | Toggles file format. Supported formats are ANSI, both Unicode and UTF-8. |
Ctrl+I | Toggles type of file Newlines. Toggles between Windows, UNIX and Mac types. |
Ctrl+P | Shows the Print dialog. Then Prints the actual document. |
Ctrl+M | Minimizes the window of TED Notepad into the System Tray. |
Ctrl+J | Opens the Properties dialog of a file of the actual document. |
Ctrl+E | Reverts (reloads) the actual document from its file. Discards any unsaved changes. |
Esc | Closes the actual document and exits. |
F10 | Saves the actual document and exits. |
Shift+Esc | Exits without saving the actual document and/or any settings! |
Editing the document | |
Ctrl+Z | Undoes the last action. |
Alt+BkSpace | |
Ctrl+Y | Redoes the last undone action. (RE clone specific) |
Ctrl+Enter | Auto-indents the text after starting a new line. |
Ctrl+Shift+Enter | Copies the text that preceedes the caret from the actual line to a new line. |
Ctrl+Del | Deletes entire wordto the left from the caret. If no wordis there, deletes all white-spacesor a single character otherwise. |
Ctrl+BkSpace | Deletes entire wordto the right from the caret. If no wordis there, deletes all white-spacesor a single character otherwise. |
Alt+Del | Deletes the entire actual line. |
Ctrl+Shift+Del | Deletes the rest of the actual line. |
Ctrl+Shift+BkSpace | Deletes the actual linefrom its beginning up to the actual caret posision. |
Alt+Ctrl+Space | Copies a wordthat is directly above the caret. If the previous line is not long enough, searches further above. |
Ctrl+Shift+Space | Copies a wordthat is directly above the caret, but also on a line that is similar to the actual line. Similarity means that it starts with the same phrase as the actual line. |
Ctrl+Space | Shows the Complete Word dialog in order to complete a wordthat is to the left from the caret. |
Working with clipboars | |
Ctrl+X | Cuts the selection into the system clipboard. |
Shift+Del | |
Ctrl+C | Copies the selection into the system clipboard. |
Ctrl+Insert | |
Ctrl+V | Pastes content of the system clipboard into the document. |
Shift+Insert | |
Ctrl+K | Swaps content of the selection and the system clipboard, i.e. cuts the selection into the system clipboard and pastes previous content of the system clipboard into the document. |
Ctrl+Shift+Insert | |
Ctrl+0 | Shows a dialog with content of all Extended clipboards. |
Alt+[1..9] | Copies the selection into one of the Extended clipboards. |
Ctrl+[1..9] | Pastes content of one of the Extended clipboards into the document. |
Searching for specific text | |
Ctrl+F | Shows the Find... dialog. Then searches for specified phrase in the document. |
F3 | Searches for next occurrence of the search phrase in the document. |
Ctrl+F3 | Searches for previous occurrence of the search phrase in the document. |
Alt+F3 | Searches for the actually selected text in the document. |
Ctrl+R | Shows the Find/Replace... dialog. Then searches for specified phrase in the document and replaces it with another phrase. |
Ctrl+H | |
Shift+F3 | Searches for next occurrence of the search phrase in the document and extends the selection to cover that occurrence. |
Ctrl+Shift+F3 | Searches for previous occurrence of the search phrase in the document and extends the selection to cover that occurrence. |
F2 | Looks for next occurrence of the second search phrase in the document using the Second search. |
Ctrl+F2 | Looks for previous occurrence of the second search phrase in the document using the Second search. |
Alt+F2 | Looks for the actually selected text in the document using the Second search. |
Options | |
Ctrl+T | Toggles between standard and Stay on top modes. |
Ctrl+W | Toggles word wrap mode. |
F8 | Toggles between Fixed-width Font and Proportional Font display. |
Alt+Enter | Opens the Settings dialog. |
Tools | |
Ctrl+L | Launches recently used tool again with the same parameters and options as they were used before. |
Ctrl+Shift+I | Inverts letter caseof all characters in the selection. |
Ctrl+Shift+U | Converts all characters in the selection to upper case. |
Ctrl+Shift+L | Converts all characters in the selection to lower case. |
Ctrl+Shift+T | Converts first character of each wordin the selection to upper caseand all others to lower case. |
Ctrl+Shift+S | Converts first character of each sentencein the selection to upper case. Leaves all others unchanged. |
Alt+Ctrl+H | Converts all Unix-type newlinesin the selection to Windows-native newlines. |
Alt+Ctrl+U | Converts all newlinesin the selection to Unix-type newlines. |
Alt+Ctrl+J | Converts all Mac-type newlinesin the selection to Windows-native newlines. |
Alt+Ctrl+K | Converts all newlinesin the selection to Mac-type newlines. |
Ctrl+Tab | Indents all linesof the selection by a Tab character. |
Ctrl+Q | Quotes all linesof the selection by a > phrase. |
Alt+Ctrl+E | Shows the Enclose Selection dialog. Then encloses the selection with the specified phrases. |
Alt+Ctrl+Q | Shows the Indent/Quote dialog. Then indents/quotes linesof the selection by a specified phrase. |
Alt+Ctrl+C | Shows the Close Lines dialog. Then Closes linesof the selection by a specified phrase. |
Alt+Ctrl+Y | Shows the Cut Columns, Add Numbers dialog. Then Cuts columnsand adds line numbers according to specified parameters. |
Alt+Ctrl+X | Uniques all linesof the selection. |
Alt+Ctrl+Shift+X | Uniques all linesof the selection. Ignores caseduring the process. |
Ctrl+Shift+X | Shows the Find Duplicates dialog. Then searches for duplicate linesin the selection. |
Ctrl+Shift+Tab | Unindents the selection by stripping a leading Template:Define from each line. |
Ctrl+Shift+Q | Unquotes the selection by stripping a leading quoting character from each line. The quoting character is defined by the first character of the selection. |
Alt+Ctrl+O | Tabifies the lines of the selection by replacing all leading Spaces with Tabs. |
Ctrl+Skift+O | UnTabifies the lines of the selection by replacing all leading Tabs with Spaces. |
Alt+Ctrl+M | Shows the Compare dialog. Then compares two given phrases. |
F9 | Shows the extensive Statistics... dialog. |
F6 | Insert a title of the actually opened document. |
Ctrl+F6 | Inserts an actual path and a file name of the actually opened document. |
Alt+Ctrl+I | Shows the Open dialog. Then includes a specified file. |
Alt+Ctrl+D | Shows the Save As dialog. Then excludes (cuts) the selection into a specified file. |
Ctrl+Shift+J | Reverses the text of the selection. |
Ctrl+Shift+K | Reverses lineorder in the selection. |
Ctrl+Shift+B | Reverses each wordin the selection. |
Alt+Ctrl+T | Shows the Translate Characters dialog. Then translates characters in the selection according to specified translation phrases. |
Alt+Ctrl+R | Shows the Extended Replace dialog. Then Searches for specified phrase and replaces all its occurrences in the selection. |
Alt+Ctrl+S | Shows the Sort... dialog and then sorts all linesof the selection according to specified keys. |
Alt+Ctrl+A | Sorts all linesof the selection in ascending order. |
Alt+Ctrl+Z | Sorts all linesof the selection in descending order. |
F5 | Inserts actual time and date. |
Shift+F5 | Inserts actual time and date in the long format. |
Ctrl+F5 | Inserts actual date. |
Ctrl+Shift+F5 | Inserts actual date in the long format. |
Alt+Ctrl+W | Permanently commits actual word wrapping in the selection. |
Ctrl+Shift+W | Unwraps the paragraphsin the selection. |
Alt+Ctrl+[F1..F12] | Shows the Run Filter dialog. Then Launches one of the Text Filters. |
Help menu | |
F1 | Opens the manual of TED Notepad. |
Ctrl+F1 | Opens the On-line manual from the homepage of TED Notepad. |