stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Visual indicator of volume change #148

Open cojoMan opened 2 years ago

cojoMan commented 2 years ago

When I use my keyboard to change the volume I get an indicator on the current screen or near the sound icon with the volume level. Is there any way to trigger that when alt+scroll is set to change the volume, or something similar ? I thought that appears automatically on volume change, seems like it's not. Thanks.

RamonUnch commented 2 years ago

It would be actually quite simple, AltDrag could simply generate a the multimedia key sequence to increase/decrease the volume and the visual indicator would appear. I am implementing this in my fork: https://github.com/RamonUnch/AltSnap/issues/155