Skip to content

Latest commit

ย 

History

History
160 lines (103 loc) ยท 2.81 KB

File metadata and controls

160 lines (103 loc) ยท 2.81 KB

MouseVolume Preview

๐Ÿ–ฑ๏ธ MouseVolume ๐Ÿ”Š

Control Windows Volume with Mouse Side Buttons

MouseVolume is a lightweight Windows utility that lets you control system volume using your mouse's side buttons.
No heavy apps, no background junk, just fast, clean volume control.

Windows-only utility

Perfect for:

  • ๐ŸŽฎ Gamers
  • ๐ŸŽง Video & audio editors
  • ๐Ÿ–ฅ๏ธ Multiโ€‘monitor setups
  • ๐ŸŽฌ Streamers
  • Anyone who wants instant volume control without the keyboard

๐ŸŽฅ Demo

Demo


โœ… Features

  • Mouse Back Button โ†’ Volume Down
  • Mouse Forward Button โ†’ Volume Up
    (Technical names: XButton1 = Back, XButton2 = Forward)
  • Starts with Windows (installer option)
  • Standโ€‘alone EXE
  • Very lightweight & fast

๐ŸชŸ Supported OS

OS Supported
Windows โœ…
macOS & Linux โŒ

๐Ÿš€ Installation

โœ… Option 1 โ€” Installer (Recommended)

Download the latest installer from Releases:

๐Ÿ‘‰ https://github.com/Yehuda-V/MouseVolume/releases/latest

Run:

MouseVolume_Setup.exe

The installer will:

  • Copy files to: %localappdata%\Tools\MouseVolume\
  • Add a Startup shortcut (runs automatically)
  • Launch the app โ€” tray icon will appear โœ…

โš™๏ธ Option 2 โ€” Portable

Download:

MouseVolume_Portable_v1.0.0.zip

Make sure to extract all files (EXE + icons) to the same folder before running.

Run MouseVolume.exe โ€” done โœ…
No installation required.


โŒจ๏ธ Usage

Action Button / Hotkey
Volume Up Mouse Forward Side Button
Volume Down Mouse Back Side Button

๐Ÿ“‚ Folder Structure

MouseVolume/
โ”œโ”€ src/
โ”‚ โ”œโ”€ MouseVolume.ahk
โ”‚ โ”œโ”€ MouseVolume.ico
โ”‚ โ”œโ”€ MouseVolume_off.ico
โ”‚ โ”œโ”€ installer
โ”‚ โ”‚ โ”œโ”€ MouseVolume.iss
โ””โ”€ README.md

๐Ÿ› ๏ธ Modify / Build From Source

Requirements

  • AutoHotkey v2 (to edit and compile)
  • Inno Setup (to build installer)

Edit the script

Source located in:

src/MouseVolume.ahk

Compile EXE

Rightโ€‘click the .ahk โ†’ Compile Or via terminal:

Ahk2Exe.exe /in MouseVolume.ahk /out MouseVolume.exe

Build Installer

Open:

src/MouseVolume.iss

Build via Inno Setup.


๐Ÿ’ฌ Tips

  • Buttons are the same ones used for Back and Forward in browsers
  • Works great with gaming mice that have two side buttons

๐Ÿ“„ License

MIT โ€” free to modify & use.


โญ Support

If this tool helps you, consider giving the project a โญ on GitHub โ€” it means a lot!