From 2f85046622c2ec5ea505d90cb5bcfa6b8b24522d Mon Sep 17 00:00:00 2001 From: mar Date: Sun, 1 Jan 2023 23:03:57 -0600 Subject: [PATCH] add hold w --- src/Deep Rock Galactic.ahk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Deep Rock Galactic.ahk b/src/Deep Rock Galactic.ahk index 69d6e3a..0f61209 100644 --- a/src/Deep Rock Galactic.ahk +++ b/src/Deep Rock Galactic.ahk @@ -64,6 +64,9 @@ RemoveTooltip() { ; Alt + E holds E *!e UP::Hold("e",["w","a","s","d"]) +; Alt + W holds W +*!e UP::Hold("w",["s"]) + ; Press shift to sprint, only toggles on *LShift::{ Send "{Blind}{LShift up}{LShift down}"