I desperately need a table of commands together with their currently assigned hotkeys.
My naive approach was to iterate over app.commands.commands
, get their hotkeys and modifiers and throw the result at Dataview (see DataviewJS Snippet Showcase - #13 by Moonbase59).
Unfortunately, this list only seems to show the default key assignments, not the changes I make using the hotkey manager.
Is there an easy way to get at the currently assigned hotkeys and their modifiers or do I really have to traverse app.hotkeyManager.customKeys
in addition to above, to get the current state of things?