A way to find which command is bound a specific hotkey

When filtering in hotkeys settings, match also the hotkeys (e.g. “Ctrl+K”), not only the command names.
The same in command-palette.

Use cases

  • Safely checking what given hotkey does.
  • Eliminating redundantly assigned hotkeys.
  • Unifying hotkeys manually across applications

Proposed solution

For example searching for / typing “Ctrl+m” in Settings/Hotkeys dialogue will show also command(s) which have the hotkey assigned, not only the commands which have “Ctrl+m” in their name.

Current workaround

Delve into config file.

Related feature requests: