From 9f3a3e5d68ef28fc0aed27bf972b25997cb86262 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Tue, 15 Mar 2022 12:12:44 +0200 Subject: [PATCH] no idea what this is --- app_handling.ahk | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/app_handling.ahk b/app_handling.ahk index ff54f9d..5d44670 100644 --- a/app_handling.ahk +++ b/app_handling.ahk @@ -265,29 +265,29 @@ End::Return ; ;------------------------------------------------- ; ; tf2: press reload and autoclick ; CapsLock & R:: -; CallMethodWithTimer("pressR", 500) +; ; CallMethodWithTimer("pressR", 500) ; CallMethodWithTimer("clickLMouse", 50) -; + ; Return -; -; ; stop autoclicking (for example if scoped -> stop scope and autoclicking) -; ~RButton:: -; if (WinActive(ahk_tf2) -; && IsToggleOn("pressR") -; && IsToggleOn("clickLMouse")) { -; CallMethodWithTimer("pressR", 1) -; CallMethodWithTimer("clickLMouse", 1) -; } -; + +; ; ; stop autoclicking (for example if scoped -> stop scope and autoclicking) +; ; ~RButton:: +; ; if (WinActive(ahk_tf2) +; ; && IsToggleOn("pressR") +; ; && IsToggleOn("clickLMouse")) { +; ; CallMethodWithTimer("pressR", 1) +; ; CallMethodWithTimer("clickLMouse", 1) +; ; } + ; Return ; #If -; -; pressR() { -; if (WinActive(ahk_tf2)) { -; SendInput {r} -; } -; } -; + +; ; pressR() { +; ; if (WinActive(ahk_tf2)) { +; ; SendInput {r} +; ; } +; ; } + ; clickLMouse(){ ; if (WinActive(ahk_tf2)) { ; SendInput {LButton}