File menu
Create a new editing window
|
Ctrl + N
|
File menu
Open an existing file
|
Ctrl + O
|
File menu
Open module
|
Alt + M
|
File menu
Show classes and methods in current file
|
Alt + C
|
File menu
Save current window to the associated file
|
Ctrl + S
|
File menu
Save current window to a new file, which becomes the associated file
|
Ctrl + ↑ Shift + S
|
File menu
Save current window to different file without changing the associated file
|
Alt + ↑ Shift + S
|
File menu
Print window
|
Ctrl + P
|
File menu
Close current window
|
Alt + F4
|
File menu
Close all windows and quit IDLE (asks to save if unsaved)
|
Ctrl + Q
|
Edit menu
Undo last change to current window (max 1000 changes)
|
Ctrl + Z
|
Edit menu
Redo last undone change to current window
|
Ctrl + ↑ Shift + Z
|
Edit menu
Copy selection into system-wide clipboard; then delete selection
|
Ctrl + X
|
Edit menu
Copy selection into system-wide clipboard
|
Ctrl + C
|
Edit menu
Insert system-wide clipboard into window
|
Ctrl + V
|
Edit menu
Select the entire contents of the edit buffer
|
Ctrl + A
|
Edit menu
Open a search dialog box with many options
|
Ctrl + F
|
Edit menu
Repeat last search
|
Ctrl + G
|
Edit menu
Find selection
|
Ctrl + F3
|
Edit menu
Find in files
|
Alt + F3
|
Edit menu
Open a search dialog box for searching files
|
Ctrl + H
|
Edit menu
Go to line
|
Alt + G
|
Edit menu
Show call tip
|
Ctrl + \
|
Edit menu
Show surrounding parents
|
Ctrl + 0
|
Edit menu
Show completions
|
Ctrl + Space
|
Edit menu
Build
|
Ctrl + B
|
Edit menu
Build
|
Ctrl + ↑ Shift + F10
|
Edit menu
Run the program
|
F5
|
Miscellaneous
Check module
|
Alt + X
|
Miscellaneous
Comment region
|
Alt + 3
|
Miscellaneous
Uncomment region
|
Alt + 4
|
Miscellaneous
Tabify region
|
Alt + 5
|
Miscellaneous
Untabify region
|
Alt + 6
|
Miscellaneous
Toggle auto coloring
|
Ctrl + /
|
Miscellaneous
Toggle tabs
|
Alt + T
|