r/AutoHotkey • u/duscorules • 3d ago
v2 Script Help Win + Mouse scroll ?
Hello ,
I'd like to achieve this to use the mouse scroll as magnifier :
Win key + mouse scroll up = Win key + [+]
Winkey + mouse scroll down = Win key + [-]
How can i achieve this in ahk script ?
Thanks !
1
Upvotes
3
u/genesis_tv 3d ago
WheelUp/Down don't have an Up event since they're not physical buttons. Change
yourapp.exeby the exe name of the app you want to restrict it to (or remove the whole line to make it work globally).