Keybinds with 's' flag do not work after scrolling with mouse until a mouse click #11201
Unanswered
goferito
asked this question in
Bugs - Input
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hyprland version
Regression
Nope. It has been an issue since the feature was implemented.
The bug seems to come from the original pull request #5966 that added multi-key keybinds.
Describe the bug
Keybinds using
binds
(multikey keybinds) do not activate after using scroll with a mouse wheel until the next click.Seems like a proper click down and release are necessary to get the binds-bindings working again, triggering just the release-left-button (0x80) doesn't fix it.
Reproduction steps
Put something like this in Hyprland config:
binds = Alt_R, K, exec, kitty
Beta Was this translation helpful? Give feedback.
All reactions