Timeline for Listing of all the key mappings with function names and key map names which are currently active?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 30, 2021 at 6:00 | vote | accept | HippoMan | ||
| Dec 29, 2021 at 19:18 | history | edited | Drew | edited tags | |
| Dec 29, 2021 at 2:29 | answer | added | Drew | timeline score: 2 | |
| Dec 29, 2021 at 2:24 | comment | added | Drew | @db48x: That shows currently active keyboard key bindings (but not menu bindings). But it does not list the active maps by their variable names. | |
| Dec 29, 2021 at 0:18 | comment | added | db48x | You will want to read the describe-bindings function and the functions it calls. You can run it with C-h b. It displays the information you’re after to a buffer, but you could write similar code to collect the information into a list instead. Note that there are some complications you might not have thought about yet: keymaps are often nested, forming a tree, and the key binding is not always a named function. Sometimes it is another key, or a keyboard macro, or a closure or lambda, etc. | |
| Dec 28, 2021 at 23:42 | history | asked | HippoMan | CC BY-SA 4.0 |