Programming Keyboard Shortcuts

Shortcut Description
Ctrl + a Select all
Ctrl + c Copy
Ctrl + v Paste
Ctrl + x Cut (aka copies but removes the text)
Ctrl + z Undo
Ctrl + y Redo
Ctrl + s Saves sketch to sketchbook
Ctrl + / Toggles comment (e.g. comments out all uncommented lines, or if commented, uncomments them out)
Tab Indents a line or multiple lines if they are selected
Shift + Tab Unindents a line or multiple lines if they are selected