| Name | Shortcut Key | Description |
|---|---|---|
| Copy | CTRL+C | Copy selection to clipboard |
| Cut | CTRL+X | Move selection to clipboard |
| Paste | CTRL+V | Insert from clipboard |
| Delete | DEL | Delete selection |
| Select All | CTRL+A | Selects all items in document |
| Undo | CTRL+Z | Undo last edit operation |
| Redo | CTRL+Y | Redo undone edit operation |
| Bold | CTRL+B | Bold selected text |
| Underline | CTRL+U | Underline selected text |
| Italic | CTRL+I | Italic selected text |
| Find | CTRL+F | Find selected text |
| Find Next | F3 | Find next occurrence of text |
| Replace | CTRL+H | Find and replace text |
| Go To | CTRL+G | Go to line or page |
| Save | CTRL+S | Save current document |
| CTRL+P | Print document | |
| Help | F1 | Display help topic for selected text |
| Start Debugging | F5 | Run with debugger |
| Start Without Debugging | CTRL+F5 | Run without debugger |
| Build solution | F6 | Compile and link solution |
| Step over | F10 | Single step over function in debugger |
| Step into | F11 | Single step into function in debugger |
Using the keyboard shortcut keys instead of mouse will increase typing speed.