Slowing down the next key press Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
StephenGoulding
Posts: 2
Joined: 16 Aug 2018, 02:57

Slowing down the next key press

16 Aug 2018, 03:32

Good morning,
I've made my first very simple script that when I press the 1 key it types 0000

So looks like:

1::
send 0000

Is there a way to slow down when the second 0 is pressed. so would be like 0.....000

Kind regards
Stephen

In the mean time I'll have another look on the Forums to see if someone else has asked this.
StephenGoulding
Posts: 2
Joined: 16 Aug 2018, 02:57

Re: Slowing down the next key press

16 Aug 2018, 03:50

Think I've done it.

1::
send 0
sleep 500
send 000
User avatar
Meow
Posts: 24
Joined: 21 Feb 2016, 22:48

Re: Slowing down the next key press  Topic is solved

16 Aug 2018, 04:28

Use Sleep.
You can also Sleep inline

Code: Select all

SendInput, 0{Sleep 500}000
EDIT: Oh he got it already. Before he edited his post he was trying to use Pause, so that's why I replied with Sleep.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, Google [Bot], jomaweb, Rohwedder and 264 guests