Skip to content

Instantly share code, notes, and snippets.

View seganku's full-sized avatar
🏠
Working from home

Seganku seganku

🏠
Working from home
  • Carlsbad, CA, USA
View GitHub Profile
@seganku
seganku / naturalScroll.ahk
Created October 13, 2024 05:04 — forked from liuyigh/naturalScroll.ahk
AutoHotKey v2 natural (reverse) mouse scrolling for Windows
#Requires AutoHotkey v2.0
#UseHook 1 ; Enable MouseHook to capture scrolling anywhere in Windows
WheelUp:: {
SendInput "{WheelDown}"
Return
}
WheelDown::{