How to learn IDE Shortcuts with Key Promotor X
Motivation The DRY (Don’t repeat yourself) principle does not only apply to code but to mouse clicks as well: When you are repeatedly clicking buttons you might want to figure out some keyboard shortcuts. In Jetbrains IDEs like PyCharm you can use the plugin Key Promotor X to learn these shortcuts. Installation Open the File…