Browse Source

add secondary keys to e hold

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

2
src/Deep Rock Galactic.ahk

@ -62,7 +62,7 @@ RemoveTooltip() {
#HotIf FullAutoEnabled[5]
; Alt + E holds E
*!e UP::Hold("e",["w","a","s","d"])
*!e UP::Hold("e",["w","a","s","d","Space","LButton","RButton"])
; Alt + W holds W
*!w UP::Hold("w",["s"])

Loading…
Cancel
Save