Search by keybind
Madis0 opened this issue ยท 4 comments
The search bar is great for finding options to bind keys for, but what if you want to search what that key already does?
One way to do it would be to just match the keys entered in the search box (like "w" for the option "Walk forwards" and the bound key W itself). However that would not work well with non-character keys, so I would instead suggest using a "keybind" button next to the search box, which would work as a filter as long as it is bound.
This is especially useful if the user is using lots of mods or a modpack. Or it is also good for finding duplicates.
Oh, I see how you made it work - search by the name of the key. Pretty clever actually ๐