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
7 stars 2 forks source link

feat: get OSD window handler by turn volume up/down #2

Closed 1000thSummer closed 1 year ago

1000thSummer commented 1 year ago

When windows first starts, the volume OSD handler may or may not exist. This is causing the script fail to find the volume OSD before hiding it.

By turn volume up/down first, the volume OSD handler is guaranteed to exist.

This PR is trying to implement VolumeUp/Downin an ahk way.

sophice commented 1 year ago

Thanks for this! Much appreciated!