Is there a way to block binds from going to the application #9257
Answered
by
RayJameson
carbolymer
asked this question in
Q&A
-
|
I'm trying to implement mouse scroll zoom with binds. I have something like this: But when I trigger the bind by scrolling over an application window, like firefox, the bind gets executed correctly, but the browser page scrolls as well. Is there a way to prevent firefox from seeing the scroll event in such case? |
Beta Was this translation helpful? Give feedback.
Answered by
RayJameson
May 4, 2025
Replies: 1 comment 5 replies
-
|
they should be eaten, you can open a bug report |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nevermind, setting this option fixed it, it would be nice to mention it on the wiki page
binds { scroll_event_delay = 0 }