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:

Back to top button