List of Keyboard Shortcuts for use in Command Prompt:
| Keyboard Shortcuts | Functions |
| CTRL+C | Stop the command execution process in progress. |
| CTRL+LEFT ARROW | Move the cursor to the beginning of the previous word. |
| CTRL+RIGHT ARROW | Move the cursor to the beginning of the next word. |
| ESC | Clear the line. |
| F7 | Show the list of commands that you've executed, choose one of them, and then press ENTER to execute it. If you want to cancel it, press ESC. |
| F9 | Execute a command by typing a number. This number represents a command from the list of commands when you press F7. If you want to cancel it, press ESC. |
| HOME | Move the cursor to the beginning of the line. |
| END | Move the cursor to the end of the line. |
| INSERT | Overwrite the command text. |
| LEFT ARROW | Move the cursor to the left. |
| RIGHT ARROW | Move the cursor to the right. |
| UP ARROW | Show the previous command that you've executed. |
| DOWN ARROW | Show the next command that you've executed. |
| PAGE UP | Show the first command that you've executed. |
| PAGE DOWN | Show the last command that you've executed. |
No comments:
Post a Comment