Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppzippy/scopedvolumewheel
Small Windows application to limit the volume media control keys' effects to the current foreground window.
https://github.com/oppzippy/scopedvolumewheel
c-plus-plus cpp win32 windows
Last synced: 27 days ago
JSON representation
Small Windows application to limit the volume media control keys' effects to the current foreground window.
- Host: GitHub
- URL: https://github.com/oppzippy/scopedvolumewheel
- Owner: Oppzippy
- License: gpl-3.0
- Created: 2021-11-02T09:54:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T03:38:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T16:26:17.496Z (almost 2 years ago)
- Topics: c-plus-plus, cpp, win32, windows
- Language: C++
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ScopedVolumeWheel
Small Windows application to alter the behaviour of the volume wheel media key. In Windows, by default, the master volume will be adjusted. ScopedVolumeWheel changes this so that the currently focused window's volume is adjusted in the volume mixer.
## HotKeys
Volume Up: Increases the volume of the foreground window by 2.
Volume Down: Decreases the volume of the foreground window by 2.
Shift + Volume Up: Increases the volume of your music player (Spotify.exe by default) by 2.
Shift + Volume Down: Decreases the volume of your music player (Spotify.exe by default) by 2.## Options
The music player can be configured by right clicking the ScopedVolumeWheel icon in the system tray. Alternatively, a configuration file is available at `%APPDATA%\ScopedVolumeWheel\config.toml`.