42 Thonny Keyboard Shortcuts

Learn Thonny Shortcuts for Windows

File menu Shortcuts

ActionThonny Shortcut keys
NewCtrl + N
OpenCtrl + O
CloseCtrl + W
Close allShift + Ctrl + W
SaveCtrl + S
Save all filesCtrl + Alt + S
Save asCtrl + Shift + S
PrintCtrl + P
ExitAlt + F4

Edit menu Shortcuts

ActionThonny Shortcut Keys
UndoCtrl + Z
RedoCtrl + Y
CutCtrl + X
CopyCtrl + C
PasteCtrl + V
Select allCtrl + A
Indent select linesTab
Dedent selected linesShift + Tab
Toggle commentCtrl + 3
Comment outAlt + 3
UncommentAlt + 4
Go to lineCtrl + G
AutocompleteCtrl + Spacebar
Show parameter infoCtrl + Shift + Spacebar
Find & replaceCtrl + F
Clear shellCtrl + L

View menu Shortcuts

ActionThonny Shortcut keys
Increase font sizeCtrl + +
Decrease font sizeCtrl + –
Focus editorAlt + E
Focus shellAlt + S

Run menu Shortcuts

ActionThonny Shortcuts
Run current scriptF5
Debug current script (nicer)Ctrl + F5
Debug current script (faster)Shift + F5
Debug current script (birdseye)Ctrl + Shift + B
Step overF6
Step intoF7
ResumeF8
Run to cursorCtrl + F8
Step backCtrl + B
Run the current script in the terminalCtrl + T
Stop/Restart backendCtrl + F2
Interrupt executionCtrl + C
Send EOF / Soft rebootCtrl + D

READ NEXT:

Back to top button