Making a key cause a series of stokes including itself

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

Making a key cause a series of stokes including itself

11 May 2018, 00:06

I was trying to set up a script to cause a series of keys to be pressed by pressing a single key
something like this,

a::
{
Send fdsa
}
return

When i press a it begins by typing fds then gets looped it seems by including another fds instead of the a. (makes since as soon as i did it in a document)
was wondering if there is a way to make it still include the a at the end and not repeat?

Thanks. Totally new to this
Verdex
Posts: 3
Joined: 11 May 2018, 00:00

Re: Making a key cause a series of stokes including itself

11 May 2018, 00:23

got it thanks....add

~a::
{
send fds
}
return
Verdex
Posts: 3
Joined: 11 May 2018, 00:00

Re: Making a key cause a series of stokes including itself

11 May 2018, 00:23

got it thanks....add

~a::
{
send fds
}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Aqualest, Bing [Bot] and 101 guests