Created
July 10, 2021 02:29
-
-
Save RandomArray/8bdb675eecf5d4ecf2787080b60ffa03 to your computer and use it in GitHub Desktop.
Disable scroll wheel text zoom in Sublime Text 4 - AutoHotKey Script
This file contains 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
SendMode Input | |
#IfWinActive, ahk_exe sublime_text.exe | |
^WheelDown::return | |
^WheelUp::return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment