Skip to content

Instantly share code, notes, and snippets.

@arjenvanderende
Last active January 11, 2024 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjenvanderende/4496146 to your computer and use it in GitHub Desktop.
Save arjenvanderende/4496146 to your computer and use it in GitHub Desktop.
Inverting the mouse wheel direction in Windows, to mimic the natural scroll direction of OS X.
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment