Created
March 23, 2020 12:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#MaxHotkeysPerInterval 500 | |
^WheelDown::return | |
^WheelUp::return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment