You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the fact that describe-key says what key I pressed in emacs's kbd syntax
<next> runs the command scroll-up-command...
Whereas helpful-key does not
scroll-up-command is an interactive and natively compiled function...
This is sometimes very useful for identifying the kbd code for non-standard keys. For example, it took me a while to figure out that <next> is the kbd sequence for the "Page Down" key.
I'd appreciate if you can add this snippet into the helpful-key buffer. Please let me know if that's already possible. Thanks!
The text was updated successfully, but these errors were encountered:
Not the author, and it's not quite what you're asking for (in that it doesn't tell you which specific keybinding you asked about), but helpful-key does list all of the bindings to the command and the keymaps tthose bindings appear in, including <next> in global-map in the case of "Page Down".
In my case, it's the third section, after Signature and Documentation.
@treed Thanks. Sometimes this is enough but not always. For example, it is quite difficult to figure out that Ctrl + ` sends out C-@ in terminal emacs. If you never knew this and reads through the keymaps, you might be scratching your head why C-` is not in any of the keymaps listed.
I really like the fact that
describe-key
says what key I pressed in emacs's kbd syntaxWhereas
helpful-key
does notThis is sometimes very useful for identifying the kbd code for non-standard keys. For example, it took me a while to figure out that
<next>
is the kbd sequence for the "Page Down" key.I'd appreciate if you can add this snippet into the helpful-key buffer. Please let me know if that's already possible. Thanks!
The text was updated successfully, but these errors were encountered: