Learn Thonny Shortcuts for Windows
| Action | Thonny Shortcut keys |
|---|
| New | Ctrl + N |
| Open | Ctrl + O |
| Close | Ctrl + W |
| Close all | Shift + Ctrl + W |
| Save | Ctrl + S |
| Save all files | Ctrl + Alt + S |
| Save as | Ctrl + Shift + S |
| Print | Ctrl + P |
| Exit | Alt + F4 |
| Action | Thonny Shortcut Keys |
|---|
| Undo | Ctrl + Z |
| Redo | Ctrl + Y |
| Cut | Ctrl + X |
| Copy | Ctrl + C |
| Paste | Ctrl + V |
| Select all | Ctrl + A |
| Indent select lines | Tab |
| Dedent selected lines | Shift + Tab |
| Toggle comment | Ctrl + 3 |
| Comment out | Alt + 3 |
| Uncomment | Alt + 4 |
| Go to line | Ctrl + G |
| Autocomplete | Ctrl + Spacebar |
| Show parameter info | Ctrl + Shift + Spacebar |
| Find & replace | Ctrl + F |
| Clear shell | Ctrl + L |
| Action | Thonny Shortcut keys |
|---|
| Increase font size | Ctrl + + |
| Decrease font size | Ctrl + – |
| Focus editor | Alt + E |
| Focus shell | Alt + S |
| Action | Thonny Shortcuts |
|---|
| Run current script | F5 |
| Debug current script (nicer) | Ctrl + F5 |
| Debug current script (faster) | Shift + F5 |
| Debug current script (birdseye) | Ctrl + Shift + B |
| Step over | F6 |
| Step into | F7 |
| Resume | F8 |
| Run to cursor | Ctrl + F8 |
| Step back | Ctrl + B |
| Run the current script in the terminal | Ctrl + T |
| Stop/Restart backend | Ctrl + F2 |
| Interrupt execution | Ctrl + C |
| Send EOF / Soft reboot | Ctrl + D |
READ NEXT: