kestell.org

Home / Projects / TextEdit

TextEdit

Commands

Document Management Commands

Command Shortcut
New Document Ctrl + N
Open Ctrl + O
Save Ctrl + S
Print Ctrl + P
Close Document Ctrl + W
Quit Ctrl + Q

Editing Commands

Command Shortcut
Cut Ctrl + X
Copy Ctrl + C
Paste Ctrl + V
Undo Ctrl + Z
Redo Ctrl + Y
Select All Ctrl + A
Find Ctrl + F
Find Previous Ctrl + Shift + F
Replace Ctrl + H
Delete Previous Character Backspace
Delete Next Character Delete
Delete Current Line Shift + Delete

Navigation Commands

Command Shortcut
Move Cursor Arrow Keys
Move to Next Word Ctrl + Right Arrow
Move to Previous Word Ctrl + Left Arrow
Move to Start of Line Home
Move to End of Line End
Move Page Up Page Up
Move Page Down Page Down
Move to Start of Document Ctrl + Home
Move to End of Document Ctrl + End

Selection Commands

Command Shortcut
Select Character Shift + Arrow Keys
Select Line Ctrl + Shift + Arrow Keys
Select Word Ctrl + Shift + Arrow Keys
Indent Tab
Unindent Shift + Tab

Source

The source code for TextEdit is available on GitHub.

License

TextEdit uses the Zero-Clause BSD license.