hyprland-community / Hyprkeys

A simple, scriptable keybind retrieval utility for Hyprland [maintainer=none]
GNU General Public License v3.0
120 stars 6 forks source link

Program crashes when "binds" category is found while searching for keys #9

Closed sbatial closed 1 year ago

sbatial commented 1 year ago

I have binds {...} before any bind = ... in my config. Using hyprkeys -c <cfg-path> -jb results in an index overflow because binds { is given to the makeBind function.

(PR incoming)