 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Kindred Guest
|
Posted: Sun May 01, 2005 3:45 pm Post subject: Send using Wheelup.. |
|
|
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
|
Posted: Sun May 01, 2005 3:55 pm Post subject: |
|
|
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
|
Posted: Sun May 01, 2005 4:04 pm Post subject: |
|
|
Okay fixed it, should have been ^+{WheelUp} ..
Stupid me, makes sense now I think about it.
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|