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 ==
http://stackoverflow.com/questions/6278807/why-every-ide-has-different-keyboard-shortcuts-for-debugging

||            || '''Eclipse''' || ||
|| Step Into  || F5      || ||
|| Step Over  || F6      || ||
|| Step Return|| F7      || ||
|| Resume     || F8      || ||
|| Terminate  || Ctrl-F2 || ||
----
CategoryEditors