30 Arduino Keyboard Shortcuts

Arduino is an open-source hardware and software company that designs and produces single-board microcontrollers and microcontroller kits for constructing digital devices. Learning Arduino shortcuts can save you a lot of time. You can find content faster and improve your overall performance. So let’s go through them without wasting any more time.

Are you still confused about Arduino shortcuts, or are you attempting to learn how to use them to perform functions? Below is a list of Arduino shortcuts to help you learn Arduino programming. You can even download this list of Arduino shortcuts as a PDF.

Most Used Arduino Shortcut Keys

ActionArduino IDE Shortcuts WindowsArduino IDE Shortcuts Mac
New SketchCtrl + NCommand + N
Open Existing SketchCtrl + OCommand + O
Save SketchCtrl + SCommand + S
Save As SketchCtrl + Shift + SCommand + Shift + S
VerifyCtrl + RCommand + R
Upload SketchCtrl + UCommand + U
FindCtrl + FCommand + F
Adjust Alignment and SpaceCtrl + TCommand + T
CommentCtrl + /Command + /
Open Sketch FolderCtrl + KCommand + K
Open Serial MonitorCtrl + Shift + MCommand + Shift + M
QuitCtrl + QCommand + Q
CloseCtrl + WCommand + W
PrintCtrl + PCommand + P
Page SetupCtrl + Shift + PCommand + Shift + P
PreferencesCtrl + ,Command + ,
CopyCtrl + CCommand + C
CutCtrl + XCommand + X
PasteCtrl + VCommand + V
Increase IndentTabTab
Decrease IndentShift + TabShift + Tab
Go to LineCtrl + LCommand + L
Select AllCtrl + ACommand + A
Find NextCtrl + GCommand + G
Find PreviousCtrl + Shift + GCommand + Shift + G
Upload using ProgrammerCtrl + Shift + UCommand + Shift + U
Auto FormatCtrl + TCommand + T
Serial PlotterCtrl + Shift + LCommand + Shift + L
Find in ReferenceCtrl + Shift + FCommand + Shift + F

Even though we love Arduino project boards, Visual Studio, an amazing microcontroller alternative, offers special features you might need. Enjoy using the Visual Studio shortcuts list available on our website.

READ NEXT:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button