Browse Source

fix for hotkey accidentally triggering dash

master
Mar Alegre 3 years ago
parent
commit
dce37b5ea9
  1. 4
      src/Deep Rock Galactic.ahk

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

Loading…
Cancel
Save