kbscroll is a tiny utility written in Rust that allows you to send mousewheel scroll events through the terminal using winapi.
- Tiny
- Send Clicks
- Horizontal / Vertical Scrolling
- Inertial Scrolling // TODO
scoop bucket add santarl_scoop_bucket https://github.com/santarl/scoop_bucket ;
scoop install santarl_scoop_bucket/kbscrollor
scoop install https://raw.githubusercontent.com/santarl/kbscroll/refs/heads/main/kbscroll.jsonor
download kbscroll.exe from releases
To use kbscroll, run in terminal:
kbscroll <amount>I wanted something with which I can navigate and browse the computer with vim bindings without using a mouse/trackpad but exisitng options in windows (autohotkey, pyautogui) etc were too heavy. Arrow keys do not always scroll on websites (and certain apps)
This project is licensed under the MIT License.