maruohon / tweakeroo

A client-side Minecraft mod that adds various "tweaks" (= usually small-ish individual features)
GNU Lesser General Public License v3.0
463 stars 113 forks source link

Keybind search does not work in the Tweaks tab #488

Open MysticMia opened 4 months ago

MysticMia commented 4 months ago

Unlike the Hotkeys tab, the Tweaks tab does not seem to filter results based on the given keybind/keystroke input in the search bar.

What I expected to happen (and what happens with the Hotkeys tab when searching): image (It filters the results to only show keybinds that match.

What actually happens: image (It also shows many other unrelated results)

maruohon commented 4 months ago

These current config categories that combine the boolean and hotkey configs on the same line are a temporary hack, and apparently I completely forgot to even check how the search stuff works in the current old code. I probably won't bother fixing it in the old code at this point, as the new code is kinda getting somewhat near to a possible release state. Or it would if I could make regular progress on it... which hasn't been the case lately due to me mostly doing other stuff lately.