Dear users,
I've been experimenting with volume in my music player script.
Code:
IncreaseF:
WheelUp::
Send {Volume_Up}
return
DecreaseF:
WheelDown::
Send {Volume_Down}
return
This will increase and decrease the master volume however I only want it to increase and decrease with scroller when the GUI is selected. For example if I got the program running in background and I'm playing solitaire if I use my scroller it'll ajust the master volume which I do not want. Can someone point me in the right direction. Thanks