many spaces hotkey

Ask gaming related questions (AHK v1.1 and older)
ZergShadow
Posts: 19
Joined: 02 Aug 2017, 23:22

many spaces hotkey

22 Oct 2017, 12:49

space::
send {space}{space}{space}{space}{space}{space}{space}{space}{space}{space}{space}{space}{space}{space}
return

howw to make one space make many ?its dont work.
Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: many spaces hotkey

23 Oct 2017, 00:20

Hallo,
try:

Code: Select all

$space::
	send {space 14}
return
or

Code: Select all

~space::
	send {space 13}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 101 guests