diff --git a/src/Deep Rock Galactic.ahk b/src/Deep Rock Galactic.ahk index 89b3ab8..69d6e3a 100644 --- a/src/Deep Rock Galactic.ahk +++ b/src/Deep Rock Galactic.ahk @@ -67,9 +67,7 @@ RemoveTooltip() { ; Press shift to sprint, only toggles on *LShift::{ Send "{Blind}{LShift up}{LShift down}" - if (KeyWait("LShift", "T0.1") and KeyWait("LShift", "D T0.1")) { - Send "{LShift}{LShift}" - } + KeyWait("LShift") } *LShift UP::Hold("LShift",,["w"])