# Keyboard Shortcuts

C1Editor for WinForms control allow users to implement different functions with the help keyboard shortcuts. For more information, see C1Editor for WinForms documentation.

## Content



The **Editor for WinForms** controls allow users to complete several functions through the use of keyboard shortcuts when the [KeyboardShortcutsEnabled](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.C1Editor.KeyboardShortcutsEnabled.html) property is set to **True** (default). The following table details the functions that can be accessed through keyboard shortcuts:

| Function | Keyboard Shortcut |
| --- | --- |
| Bold | Ctrl+B |
| Italicize | Ctrl+I |
| Underline | Ctrl+U |
| Undo | Ctrl+Z |
| Redo | Ctrl+Y |
| Select All | Ctrl+A |
| Copy | Ctrl+C, Ctrl+Shift+Insert |
| Cut | Ctrl+X, Ctrl+Delete |
| Paste | CTRL+V, Ctrl+Shift+Insert |
| Clear Formatting | Ctrl+Space |
| Find | Ctrl+F |
| Replace | Ctrl+H |
| Print | Ctrl+P |
| Save | Ctrl+S |
| New | Ctrl+N |
| Open | Ctrl+O |