Python IDLE for Windows keyboard shortcuts

Python IDLE for Windows

Zeynel Öztürk -
6 years ago
- Shortcuts
-2
Ctrl + N

Create a new editing window

0
Ctrl + O

Open an existing file

2
Alt + M

Open module

4
Alt + C

Show classes and methods in current file

0
Ctrl + S

Save current window to the associated file

1
Ctrl + ↑  Shift + S

Save current window to a new file, which becomes the associated file

0
Alt + ↑  Shift + S

Save current window to different file without changing the associated file

-1
Ctrl + P

Print window

1
Alt + F4

Close current window

1
Ctrl + Q

Close all windows and quit IDLE (asks to save if unsaved)

Advertisement

-4
Ctrl + Z

Undo last change to current window (max 1000 changes)

0
Ctrl + ↑  Shift + Z

Redo last undone change to current window

1
Ctrl + X

Copy selection into system-wide clipboard; then delete selection

0
Ctrl + C

Copy selection into system-wide clipboard

0
Ctrl + V

Insert system-wide clipboard into window

-1
Ctrl + A

Select the entire contents of the edit buffer

0
Ctrl + F

Open a search dialog box with many options

0
Ctrl + G

Repeat last search

1
Ctrl + F3

Find selection

0
Alt + F3

Find in files

1
Ctrl + H

Open a search dialog box for searching files

1
Alt + G

Go to line

1
Ctrl + \

Show call tip

0
Ctrl + 0

Show surrounding parents

9
Ctrl + Space

Show completions

5
Ctrl + B

Build

2
or Ctrl + ↑  Shift + F10
3
F5

Run the program

1
Alt + X

Check module

7
Alt + 3

Comment region

8
Alt + 4

Uncomment region

2
Alt + 5

Tabify region

0
Alt + 6

Untabify region

-1
Ctrl + /

Toggle auto coloring

0
Alt + T

Toggle tabs


Share this page on:
Is this page helpful?
0 2

Advertisement

Program information

Program name: Python IDLE for Windows Python IDLE for Windows (Developer tools)

IDLE is an integrated development environment for Python. It is bundled with default implementation of the language and completely written in Python.

Web page: python.org

Last update: 1/9/2020 12:25 AM UTC

How easy to press shortcuts: 82%

More information >>

Shortcut count: 35

Platform detected: Windows or Linux



What is your favorite Python IDLE for Windows hotkey? Do you have any useful tips for it? Let other users know below.


 
No comments yet. Ask, or type the first one!