justbur / emacs-which-key

Emacs package that displays available keybindings in popup
GNU General Public License v3.0
1.73k stars 87 forks source link

Question about full description popups #356

Open E3D3 opened 1 year ago

E3D3 commented 1 year ago

Thank you for sharing this helpful package.

Because I avoid the mouse it took a while before I discovered that which-key displays the full command description on mouse hoover over a command. Below a screenshot with the which-key buffer on the left and an ibuffer buffer on the right:

screenshot of which-key with function description popup on mouse hoover

I couldn't find anything about this in the docs so maybe this feature is provided by another of my installed packages. Is that right ? If so then maybe it is nice to tell about it in the documentation, if known which program extends it :confused: If it is a builtin feature then this should also be added to the documentation IMHO.

justbur commented 1 year ago

ok, want to make a pr?

justbur commented 1 year ago

and yes, it's being added by which-key. The documentation for the function is embedded in the "face"

E3D3 commented 9 months ago

Sorry, I don't have, (nor want to investigate in) more github skills than simple typing and clicking buttons.