Search found 2 matches

by Zek
07 Jul 2022, 08:58
Forum: Ask for Help (v1)
Topic: Accelerated horizontal scrolling Topic is solved
Replies: 3
Views: 619

Re: Accelerated horizontal scrolling Topic is solved

Horizontal scrolling is available with WheelLeft and WheelRight . Add hotkey for horizontal scrolling in this case ^WheelUp and ^WheelDown . ^WheelUp:: goto Scroll ^WheelDown:: goto Scroll Change ^WheelUp to WheelLeft , ^WheelDown to WheelRight Scroll: switch (a_thisHotkey) { case "^WheelUp": butto...
by Zek
06 Jul 2022, 14:21
Forum: Ask for Help (v1)
Topic: Accelerated horizontal scrolling Topic is solved
Replies: 3
Views: 619

Accelerated horizontal scrolling Topic is solved

Hi folks, I've been using this script to accelerate mouse scrolling speed for a while now. Its only flaw is that it doesn't work for horizontal scrolling. I couldn't figure out how to make it work for horizontal scrolling. Would someone please modify the code, so it would support this functionality....

Go to advanced search