commit | 14b2fe702016d117538ce08eb4177d88154e9bc5 | [log] [tgz] |
---|---|---|
author | Rune K. Svendsen <runesvend@gmail.com> | Thu Mar 07 21:50:00 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Mar 18 21:43:17 2013 -0400 |
tree | 68595f382f6531962ece7c3951a4ab1ab3a285c2 | |
parent | 976a050f8f150287335773a0549f47a6311e8d40 [diff] |
Eat scroll event if a key binding function is executed because of it. When an axis (scroll) event results in a key binding function being executed, eat the scroll event so the underlying window doesn't receive it. Thanks to Scott Moreau for helping me solve this.