Skip to content

Instantly share code, notes, and snippets.

@matsest
Created March 23, 2020 12:26
Show Gist options
  • Save matsest/1b760688f16043db22228ad6f88d2060 to your computer and use it in GitHub Desktop.
Save matsest/1b760688f16043db22228ad6f88d2060 to your computer and use it in GitHub Desktop.
AutoHotKey script to stop annoying behaviour on laptops where ctrl+scroll on touchpad leads to unintentional zooms
#MaxHotkeysPerInterval 500
^WheelDown::return
^WheelUp::return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment