| View previous topic :: View next topic |
| Author |
Message |
happytodd
Joined: 12 Nov 2007 Posts: 142 Location: South Australia
|
Posted: Sat Feb 14, 2009 8:12 am Post subject: Send volume only in GUI |
|
|
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 _________________
 |
|
| Back to top |
|
 |
Guest
|
|
| Back to top |
|
 |
happytodd
Joined: 12 Nov 2007 Posts: 142 Location: South Australia
|
Posted: Sun Feb 15, 2009 5:41 am Post subject: |
|
|
Thankyou  _________________
 |
|
| Back to top |
|
 |
|