========================================= Arduino IDE keyboard shortcuts (filtered) ========================================= 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. General (Windows) ----------------- Ctrl + N New 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 + 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 Tab Increase indent Shift + Tab Decrease indent Ctrl + G Find next Ctrl + Shift + G Find previous Ctrl + , Preferences General (macOS) --------------- Cmd + S Save sketch Last modified on (UTC): Tuesday, March 30, 2021 Defkey © All rights reserved.