sophice / ahk-hide-volume-osd

AutoHotkey script to hide the volume on-screen display in Windows when you adjust the volume.
GNU General Public License v3.0
9 stars 2 forks source link

Volume goes from 100 to 98 on Windows startup #5

Open asherbasher opened 1 year ago

asherbasher commented 1 year ago

Was previously using the 1.3 version of UnlimitedStack/HideVolumeOSD which also had this issue. They seem to have fixed it in 1.4 but that version has a different bug which doesn't allow you to run the program in silent mode because the -show and -hide parameters are broken, and I'd also like to stick to using a simple ahk script instead of using a separate program if possible.

asherbasher commented 1 year ago

I think I fixed it by sending the Volume_Down command before the Volume_Up command, so it will go from 100 > 98 > 100 instead of 100 > 100 > 98. But maybe there's a reason it was meant to be the other way, so let me know if you see this!