1

how do i get WASD to mirror the exact same actions that the arrow keys do?

Say if I hold the Up arrow key for a few seconds I'm trying to get W to mirror the same.

This is what I've tried so far

   Up::
{
    Send("{Up}")
    Sleep(50)  ; Waits 50 milliseconds
    Send("w")
}

1 Answer 1

1

It's actually as simple as:

~up::w
~down:s
~left::a
~right::d
Sign up to request clarification or add additional context in comments.

1 Comment

Perfect! Simplest Solution

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.