============================== Arduino IDE keyboard shortcuts ============================== First published at 3/30/2021 on https://defkey.com/arduino-ide-shortcuts Arduino IDE is a software used to write and upload programs to Arduino compatible boards. It's cross-platform, with support for Windows, macOS, and Linux. Source code for Arduino IDE is released under the GNU General Public License. Arduino IDE has 54 shortcuts and we have listed all of them below. General (Windows) ----------------- Ctrl + N New Sketch Ctrl + O Open existing sketch Ctrl + S Save sketch Ctrl + Shift + S Save as sketch Ctrl + R Verify Ctrl + U Upload sketch Ctrl + Shift + U Upload using programmer Ctrl + Alt + S Export compiled binary Ctrl + C Copy Ctrl + X Cut Ctrl + V Paste Ctrl + F Find Ctrl + T Adjust alignment and space Ctrl + / Comment / Uncomment Ctrl + K Open sketch folder Ctrl + Shift + M Open serial monitor Ctrl + Shift + P Page setup Tab Increase indent Shift + Tab Decrease indent Ctrl + G Find next Ctrl + Shift + G Find previous Ctrl + L Go to line Ctrl + A Select all Ctrl + W Close Ctrl + P Print Ctrl + Q Quit Ctrl + , Preferences General (macOS) --------------- Cmd + N New Sketch Cmd + O Open existing sketch Cmd + S Save sketch Cmd + Shift + S Save as sketch Cmd + R Verify Cmd + U Upload sketch Cmd + Shift + U Upload using programmer Cmd + Option + S Export compiled binary Cmd + C Copy Cmd + X Cut Cmd + V Paste Cmd + F Find Cmd + T Adjust alignment and space Cmd + / Comment / Uncomment Cmd + K Open sketch folder Cmd + Shift + M Open serial monitor Cmd + Shift + P Page setup Tab Increase indent Shift + Tab Decrease indent Cmd + G Find next Cmd + Shift + G Find previous Cmd + L Go to line Cmd + A Select all Cmd + W Close Cmd + P Print Cmd + Q Quit Cmd + , Preferences Last modified on (UTC): Tuesday, March 30, 2021 Defkey © All rights reserved.