how to do a script whenn i press w ist press shift

Ask gaming related questions (AHK v1.1 and older)
Axizww
Posts: 5
Joined: 04 Jan 2023, 22:54

how to do a script whenn i press w ist press shift

Post by Axizww » 29 Jan 2023, 15:03

Hello i want a script when im pressing w it will press shift to can you pls help me?

[Mod edit: Removed three identical image attachments that had nothing to do with the topic.]

User avatar
mikeyww
Posts: 26934
Joined: 09 Sep 2014, 18:38

Re: how to do a script whenn i press w ist press shift

Post by mikeyww » 29 Jan 2023, 16:22

Code: Select all

#Requires AutoHotkey v2.0
w::Shift

Axizww
Posts: 5
Joined: 04 Jan 2023, 22:54

Re: how to do a script whenn i press w ist press shift

Post by Axizww » 29 Jan 2023, 18:57

@mikeyww
Sorry if I worded it wrong I mean when I press w it's supposed to press w and press shift

User avatar
mikeyww
Posts: 26934
Joined: 09 Sep 2014, 18:38

Re: how to do a script whenn i press w ist press shift

Post by mikeyww » 29 Jan 2023, 19:54

Code: Select all

#Requires AutoHotkey v2.0
~w::Send '{Shift}'
image230129-1955-001_cr.png
Key history
image230129-1955-001_cr.png (8.99 KiB) Viewed 288 times

Post Reply

Return to “Gaming Help (v1)”