AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Send volume only in GUI

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
happytodd



Joined: 12 Nov 2007
Posts: 142
Location: South Australia

PostPosted: Sat Feb 14, 2009 8:12 am    Post subject: Send volume only in GUI Reply with quote

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
View user's profile Send private message Visit poster's website
Guest






PostPosted: Sat Feb 14, 2009 5:53 pm    Post subject: Reply with quote

#IfWinActive
Back to top
happytodd



Joined: 12 Nov 2007
Posts: 142
Location: South Australia

PostPosted: Sun Feb 15, 2009 5:41 am    Post subject: Reply with quote

Thankyou Smile
_________________

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group