Skip to content

Instantly share code, notes, and snippets.

@kingbin
Created February 26, 2015 17:15
Show Gist options
  • Save kingbin/b74917021e5817001674 to your computer and use it in GitHub Desktop.
Save kingbin/b74917021e5817001674 to your computer and use it in GitHub Desktop.
invert mouse for natural scroll
PowerShell (admin):
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