For you who often using Notepad, better to know the keyboard shortcut and using it to simplify and speed up your work.
Below are the Notepad Keyboard Shortcuts
| Purposes | Keyboard Shortcut |
|---|---|
| To copy selected text to the Clipboard | Ctrl + C |
| To cut selected text to the Clipboard | Ctrl + X |
| To deletes one character after the cursor (to the right) | Delete (Del) |
| To deletes one character before the cursor (to the left) | Backspace |
| To display help | F1 |
| To find the text | Ctrl + F |
| To move the cursor down one line | Down |
| To move the cursor to the beginning | Ctrl + Home |
| To move the cursor to the beginning at the same line | Home |
| To move the cursor to the end | Ctrl + End |
| To move the cursor to the end at the same line | End |
| To move the Cursor up one line | Up |
| To move to the left one word | Ctrl + Left |
| To move to the right one word | Ctrl + Right |
| To paste contents currently on the clipboard | Ctrl + V |
| To repeat last search | F3 |
| To replace the text | Ctrl + H |
| To scroll down one screen | Page Down |
| To scroll left one screen. (horizontal) | Ctrl + PageUp |
| To scroll right one screen.(horizontal) | Ctrl + PageDown |
| To scroll up one screen | Page Up |
| To start to the new line | Enter |