=============================== Thonny 4.0.2 keyboard shortcuts =============================== First published at 5/22/2023 on https://defkey.com/thonny-4-0-2-shortcuts Thonny is an integrated development environment (IDE) for Python that is aimed for beginners. It supports step-by-step expression evaluation, line numbers, live variables during debug and more. This version (4.0.2) was released on January 15, 2023. Thonny 4.0.2 has 42 shortcuts and we have listed all of them below. File menu --------- Ctrl + N New Ctrl + O Open… Ctrl + W Close Ctrl + Shift + W Close all Ctrl + S Save Ctrl + Alt + S Save all files Ctrl + Shift + S Save as… Ctrl + P Print… Alt + F4 Exit Edit menu --------- Ctrl + Z Undo Ctrl + Y Redo Ctrl + X Cut Ctrl + C Copy Ctrl + V Paste Ctrl + A Select all Tab Indent select lines Shift + Tab Dedent selected lines Ctrl + 3 Toggle comment Alt + 3 Comment out Alt + 4 Uncomment Ctrl + G Go to line… Ctrl + Space Auto complete Ctrl + Shift + Space Show parameter info Ctrl + F Find & replace Ctrl + L Clear shell View menu --------- Ctrl + + Increase font size Ctrl + - Decrease font size Alt + E Focus editor Alt + S Focus shell Run menu -------- F5 Run current script Ctrl + F5 Debug current script (nicer) Shift + F5 Debug current script (faster) Ctrl + Shift + B Debug current script (birdseye) F6 Step over F7 Step into F8 Resume Ctrl + F8 Run to cursor Ctrl + B Step back Ctrl + T Run current script in terminal Ctrl + F2 Stop/Restart backend Ctrl + C Interrupt execution Ctrl + D Send EOF / Soft reboot Last modified on(UTC): Monday, May 22, 2023 Defkey © All rights reserved.