Summary
This PR fixes the scroll wheel behavior in fuzzel to move the selection one item at a time (like arrow keys) instead of jumping by full pages (like Page Up/Down keys).
Previously, when using a scroll wheel or touchpad scrolling in fuzzel, each scroll increment would issue Page Up or Page Down keycodes, causing the selection to jump by entire pages. This made it difficult to precisely navigate through matches when scrolling.
Fixes: #513
QA Log
- Manually tested behavior before and after.
## Summary
This PR fixes the scroll wheel behavior in fuzzel to move the selection one item at a time (like arrow keys) instead of jumping by full pages (like Page Up/Down keys).
Previously, when using a scroll wheel or touchpad scrolling in fuzzel, each scroll increment would issue Page Up or Page Down keycodes, causing the selection to jump by entire pages. This made it difficult to precisely navigate through matches when scrolling.
Fixes: #513
## QA Log
* Manually tested behavior before and after.