Skip to content

Commit

Permalink
no idea what this is
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Mar 15, 2022
1 parent 87fe6eb commit 9f3a3e5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions app_handling.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9f3a3e5

Please sign in to comment.