Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volume Scroller

A lightweight Windows utility that lets you adjust system volume by scrolling the mouse wheel while hovering over the taskbar.

Features

  • Scroll up on taskbar → Volume up
  • Scroll down on taskbar → Volume down
  • Supports multi-monitor setups (works on all taskbars)
  • Respects taskbar auto-hide setting (disabled when taskbar is hidden)

Usage

cargo run --release

Press Ctrl+C to exit.

Requirements

  • Windows 10/11
  • Rust 1.70+

How It Works

The program listens for mouse wheel events globally. When a scroll event occurs, it checks if the mouse cursor is over any taskbar. If so, it simulates volume key presses to adjust the system volume.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages