Windows Notepad is a simple text editor for Windows; it creates and edits plain text documents. It was first released in 1983 to commercialize the computer mouse in MS-DOS. Notepad is often used to create batch files, and PowerShell scripts.
Below are some of the most useful keyboard shortcuts for Windows Notepad:
- New Document:Ctrl + N
- Open Document:Ctrl + O
- Save Document:Ctrl + S
- Print Document:Ctrl + P
- Cut Selected Text:Ctrl + X
- Copy Selected Text:Ctrl + C
- Paste Text:Ctrl + V
- Select All Text:Ctrl + A
- Undo Action:Ctrl + Z
- Redo Action:Ctrl + Y
- Find:Ctrl + F
- Replace:Ctrl + H
These shortcuts can help enhance your productivity while using Notepad.