Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created August 4, 2009 03:18
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheeaun/160999 to your computer and use it in GitHub Desktop.
Save cheeaun/160999 to your computer and use it in GitHub Desktop.
AutoHotkey: Shift + Wheel for horizontal scrolling
; Shift + Wheel for horizontal scrolling
+WheelDown::WheelRight
+WheelUp::WheelLeft
@thecountoftuscany
Copy link

this is not working. is it necessary to have a mouse with horizontal wheel for this to work?

@vallamost
Copy link

This works great, thank you!!

@eltoncezar
Copy link

still helpful! thanks

@constructor-s
Copy link

Works great!

@redroversquared
Copy link

Clean, classy, crackerjack.

I broke it: + ≡ ^ ∄ ⭾

@GingerPants
Copy link

Brilliant!!!

@eniodefarias
Copy link

how to do install and use in win10?

@ozzytr
Copy link

ozzytr commented Mar 30, 2022

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.

@Polisson
Copy link

Polisson commented Jan 5, 2023

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