Thonny

Thonny Keyboard Shortcuts

Thonny is a beginner-friendly Python IDE designed for teaching and learning Python programming. It offers an intuitive interface and debugging tools that simplify programming tasks. Keyboard shortcuts in Thonny enhance productivity and streamline workflows.

Official URL: https://thonny.org/

File Operations

Create a new file

+N

Open an existing file

+O

Save the current file

+S

Save the file as...

+Shift+S

Close the current file

+W

Editing

Undo the last action

+Z

Redo the last undone action

+Y

Copy selected text

+C

Paste text

+V

Cut selected text

+X

Comment or uncomment selected lines

+/

Debugging

Run the script

F5

Stop the script

+F5

Restart debugging

+Shift+F5

Step into

F6

Step over

Shift+F6

Switch between open tabs

+Tab

Go to line

+L

Find in the current file

+F

Find in all files

+Shift+F

Miscellaneous

Toggle hidden files visibility

+H

Increase font size

++

Decrease font size

+-

Reset font size to default

+0

Thonny

Additional information not available for this software.

Supported Platforms: