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
#Requires AutoHotkey v2.0 | |
#SingleInstance | |
; Taken from here: https://www.autohotkey.com/boards/viewtopic.php?style=19&f=6&t=83241 | |
; Maybe set Windows options for scrolling to "Multiple lines" but set the setting of how many lines to "1" or "2" | |
;#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
#Warn ; Enable warnings to assist with detecting common errors. | |
SetMouseDelay -1 | |
SendMode "Input" ; Recommended for new scripts due to its superior speed and reliability. |