Editors have a long standing problem with keyboard shortcuts - everyone invents their own, creating a problem for users trying to switch from one editor to another. Here we can try to find out which shortcuts are used by different Python IDEs/editors/tools for various roles. Feel free to add your tables and extend existing ones.
Debugging
|
Eclipse |
|
Step Into |
F5 |
|
Step Over |
F6 |
|
Step Return |
F7 |
|
Resume |
F8 |
|
Terminate |
Ctrl-F2 |
|