Search found 1 match

by packrunner
07 Apr 2024, 21:42
Forum: Gaming
Topic: Left Mouse Auto Hot Key With Toggle Key
Replies: 1
Views: 150

Left Mouse Auto Hot Key With Toggle Key

Hi, I was wondering if anyone would be able to make me/ edit a script for AutoHotkey v2. Basically, I need a script like this one here: #Requires AutoHotkey v2.0 auto := False CapsLock:: { Global auto := !auto SoundBeep 1000 + 500 * auto } #HotIf auto LButton:: { SetKeyDelay 15, 15 While GetKeyState...

Go to advanced search