How can I see what each key does in PyCharm?
I am looking for something like "Mx describe-key" in emacs.
I see Help > Default Keymap Reference
and Settings > Keymap
, but both are grouped and sorted by topic. I want something grouped and sorted by key.
The obvious answer to a simple keystroke does not always help. For example, when I press F11, I get a small flag in the gutter, but there is no clue, and I have no idea what this can mean.
I will gladly answer the answer to this specific question, but I'm really looking for a live link. I assume that if it is not there, I will probably take it upon myself to analyze the configuration file myself, but I hope that someone already has an answer.