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
#SingleInstance Force | |
#NoTrayIcon | |
Persistent | |
; You need to install the Interception driver & the AutoHotInterception library to use this script | |
; https://github.com/evilC/AutoHotInterception | |
#include <AutoHotInterception> ; Adjust the include if necessary | |
AHI := AutoHotInterception() | |
MX_HANDLE := "Find & copy your Mouse's handle here using the AHI Monitor Script" |