|
|
@ -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"]) |
|
|
|
|
|
|
|