AutoHotkey: Shift + Wheel for horizontal scrolling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Shift + Wheel for horizontal scrolling | |
+WheelDown::WheelRight | |
+WheelUp::WheelLeft |
This works great, thank you!!
still helpful! thanks
Works great!
Clean, classy, crackerjack.
I broke it: + ≡ ^ ∄ ⭾
Brilliant!!!
how to do install and use in win10?
how to do install and use in win10?
you can download autohotkey from here https://www.autohotkey.com/download/ and copy above code in notepad and save as AHK extension. After that open your AHK file in Autohotkey and convert as a EXE and run it your tiny exe.
It doesn't work because it sends also Shift, perceived as Shift+WheelRight or Shift+WheelLeft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is not working. is it necessary to have a mouse with horizontal wheel for this to work?