Use case or problem
Say I want to map Cmd + j to something. When I do this, I don’t know if that key combination is already mapped to something, so I might clobber it. Further, there is no real way to know what hotkeys are mapped to what, and this becomes cumbersome when trying out various hot-keys to see what “feels right”.
To clarify, the menu currently in Settings>Hotkeys allows searching for function —> key-combination, but this feature request is for a way to search key-combination—>function.
Proposed solution
Have a way to “search by key combination” in Settings–>Hotkeys where, it allows you to press a key combination, and it lists all functions that it is mapped to.
This is a common feature in many IDEs and code editors e.g. Visual Studio, sublime text, etc. so maybe we can based it on those.
Current workaround (optional)
None.
Related feature requests (optional)
None that I could find. Please let me know if this is duplicate, or related to something else that I might have missed!