hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.1k stars 33 forks source link

Fix a bux regarding keybindings of X key #69

Closed mimmoradi closed 2 years ago

mimmoradi commented 2 years ago

The output of the xmodmap piped into grep for character 'x' is like this: 0x0078 (x) This results to a bug where find_last_of method returns the wrong index for this specific character.

vaxerski commented 2 years ago

did you check that other keys do worky? I will test this when I get back home.

vaxerski commented 2 years ago

nonono

mimmoradi commented 2 years ago

I didn't actually rebuild the whole source code. Did you test it?

vaxerski commented 2 years ago

yeah uwu