Skip to content

santarl/kbscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kbscroll

kbscroll is a tiny utility written in Rust that allows you to send mousewheel scroll events through the terminal using winapi.

Features

  • Tiny
  • Send Clicks
  • Horizontal / Vertical Scrolling
  • Inertial Scrolling // TODO

Installation

scoop bucket add santarl_scoop_bucket https://github.com/santarl/scoop_bucket ; 
scoop install santarl_scoop_bucket/kbscroll

or

scoop install https://raw.githubusercontent.com/santarl/kbscroll/refs/heads/main/kbscroll.json

or

download kbscroll.exe from releases

Usage

To use kbscroll, run in terminal:

kbscroll <amount>

Why?

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)

License

This project is licensed under the MIT License.

About

tiny utility to send mouse scroll events from cmdline, windows

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors