Search found 2 matches

by Pyewacket
14 Apr 2019, 17:14
Forum: Ask for Help (v1)
Topic: Mapping arrow keys to scroll wheel
Replies: 3
Views: 3571

Re: Mapping arrow keys to scroll wheel

So you have to simulate the up AND down for each key? LOL! Ok that probably just makes autohotkey really powerful for some reasons and actions that don't apply to me. So thanks. The up and down keys now work, but left and right aren't mapping properly. #IfWinActive ahk_class Azumanga Main Window whe...
by Pyewacket
14 Apr 2019, 12:41
Forum: Ask for Help (v1)
Topic: Mapping arrow keys to scroll wheel
Replies: 3
Views: 3571

Mapping arrow keys to scroll wheel

Can't get it to work no matter what I do. Tried the following: #IfWinActive ahk_class Azumanga Main Window wheelup:: Send, {up} return wheeldown:: Send, {down} return #IfWinActive ahk_class Azumanga Main Window wheelup:: SendInput, {up} return wheeldown:: SendInput, {down} return #IfWinActive ahk_cl...

Go to advanced search