You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,10 @@ Whenever a **critical error occurs, a log file is generated** before completion
178
178
179
179
### About console Ctrl+C / Ctrl+Break
180
180
181
+
The Prompt Plus library monitors the Ctrl+C / Ctrl+Break keys.
182
+
183
+
When it is not handled by the 'CancelKeyPress' command, every time the application is closed it restores the initial state of colors, cursor, Culture and returns to the primary console buffer.
184
+
181
185
The Prompt Plus library provides the ability to manipulate the behavior of Ctrl+C/Ctrl+Break using the command:
@@ -278,7 +282,7 @@ PromptPlus adopts the keyboard **left/right arrows, Home, End** keys for navigat
278
282
279
283
### For list/colletion
280
284
281
-
PromptPlus adopts the keyboard **arrows, Ctrl+Home, Ctrl+End, PageUp and PageDown** keys items navigation.
285
+
PromptPlus adopts the keyboard **Up/Down arrows, Ctrl+Home, Ctrl+End, PageUp and PageDown** keys items navigation.
282
286
283
287
For multiple-selection lists, a **space** is used to indicate a check mark. The **Shift+space** combination is used in text input to differentiate it from a check mark, when applicable.
Copy file name to clipboardExpand all lines: docs/api/assemblies/PromptPlus.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@
86
86
| enum [ProgressBarStyles](./PromptPlusLibrary/ProgressBarStyles.md)| Represents The Styles ProgressBar control This enum defines various regions or components of the ProgressBar. |
87
87
| enum [ProgressBarType](./PromptPlusLibrary/ProgressBarType.md)| Represents the Graphical-based of Progress Bar. |
88
88
| static class [PromptPlus](./PromptPlusLibrary/PromptPlus.md)| Provides extension methods for ConsoleKeyInfo to evaluate specific key combinations, including standard keys and Emacs-style shortcuts. |
89
+
| class [PromptPlusException](./PromptPlusLibrary/PromptPlusException.md)| Represents an exception thrown by PromptPlus for Press Ctrl+C or Ctrl+Break |
89
90
| struct [ResultPrompt<T>](./PromptPlusLibrary/ResultPrompt-1.md)| Represents The Result *T* to Controls |
90
91
| enum [SelectStyles](./PromptPlusLibrary/SelectStyles.md)| Represents the styles for the Select Control. This enum defines various regions or components of the Select Control. |
91
92
| enum [SeparatorLine](./PromptPlusLibrary/SeparatorLine.md)| Represents Type Separation line |
0 commit comments