
Keyboard Shortcuts | Command Prompt
| KEY COMBINATION | TASK | 
| Ctrl + C (or Ctrl + Insert) | Copy the selected text. | 
| Ctrl + V (or Shift + Insert) | Paste the selected text. | 
| Ctrl + M | Enter Mark mode. | 
| Alt + selection key | Begin selection in block mode. | 
| Arrow keys | Move the cursor in the direction specified. | 
| Page up | Move the cursor by one page up. | 
| Page down | Move the cursor by one page down. | 
| Ctrl + Home (Mark mode) | Move the cursor to the beginning of the buffer. | 
| Ctrl + End (Mark mode) | Move the cursor to the end of the buffer. | 
| Ctrl + Up arrow | Move up one line in the output history. | 
| Ctrl + Down arrow | Move down one line in the output history. | 
| Ctrl + Home (History navigation) | If the command line is empty, move the viewport to the top of the buffer. Otherwise, delete all the characters to the left of the cursor in the command line. | 
| Ctrl + End (History navigation) | If the command line is empty, move the viewport to the command line. Otherwise, delete all the characters to the right of the cursor in the command line. | 
