Browse Source

add hold w

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

3
src/Deep Rock Galactic.ahk

@ -64,6 +64,9 @@ RemoveTooltip() {
; Alt + E holds E ; Alt + E holds E
*!e UP::Hold("e",["w","a","s","d"]) *!e UP::Hold("e",["w","a","s","d"])
; Alt + W holds W
*!e UP::Hold("w",["s"])
; Press shift to sprint, only toggles on ; Press shift to sprint, only toggles on
*LShift::{ *LShift::{
Send "{Blind}{LShift up}{LShift down}" Send "{Blind}{LShift up}{LShift down}"

Loading…
Cancel
Save