Skip to content

AutoHotkey script to increase/decrease volume by 5 % instead of 2 % when pressing Volume Up/Volume Down keys on a keyboard in Windows. If the current volume is not a multiple of 5 %, it will be set to the nearest multiple of 5 %. Can be adjusted to any other increment/decrement step.

License

Notifications You must be signed in to change notification settings

Mihails-Simvulidi/Windows-Volume-Step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Windows-Volume-Step

AutoHotkey script to increase/decrease volume by 5 % instead of 2 % when pressing Volume Up/Volume Down keys on a keyboard in Windows. If the current volume is not a multiple of 5 %, it will be set to the nearest multiple of 5 %. Can be adjusted to any other increment/decrement step.

For the script to work:

  1. Install AutoHotKey v2.0.
  2. Place the file VolumeStep.ahk in the %ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp (for all users) or shell:startup (for the current user) folder.
  3. Run the script.

About

AutoHotkey script to increase/decrease volume by 5 % instead of 2 % when pressing Volume Up/Volume Down keys on a keyboard in Windows. If the current volume is not a multiple of 5 %, it will be set to the nearest multiple of 5 %. Can be adjusted to any other increment/decrement step.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published