1 Key for 2 Keys

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
oNx1g
Posts: 3
Joined: 24 May 2018, 11:13

1 Key for 2 Keys

24 May 2018, 11:19

Hey,

this works for me pretty good " *W:: Send {<+}{W} " now i would like to add the key "D" but "D" just should trigger after like 0,5 sec or mby 1 after i press "W" need to test is that possible?
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: 1 Key for 2 Keys

24 May 2018, 14:42

Try this :D

Code: Select all

W:: 
Send {<+}{W}
Sleep, 500 ; 0,5
Send, {D}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, Fredrik F, maxkill, RandomBoy, ShatterCoder and 377 guests