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 using Wheelup..

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Kindred
Guest





PostPosted: Sun May 01, 2005 3:45 pm    Post subject: Send using Wheelup.. Reply with quote

Is it not possible to

Send, {+^Wheelup} ?

I seem to be able to get just Wheelup to work but not in any other combination, such as with shift or ctrl..

thanks
Back to top
Kindred
Guest





PostPosted: Sun May 01, 2005 3:55 pm    Post subject: Reply with quote

This is the script im trying...
Code:
^+WheelUp::
IfWinNotActive, ahk_class 3DSMAX
{
   Send, {^+Wheelup}
   return
}
Send, {Numpad1}
return

It works great for the intended app (3D Max), but breaks the functionality of another program that natively uses that combination (of which I am trying to replicate).
Back to top
Guest






PostPosted: Sun May 01, 2005 4:04 pm    Post subject: Reply with quote

Okay fixed it, should have been ^+{WheelUp} ..

Stupid me, makes sense now I think about it.

Smile
Back to top
Display posts from previous:   
Post new topic   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