command to send keys to FFXIV with auto hot keys is "WinGet, programid, List, FINAL FANTASY"
or you could just do this with autoit
While 1
ControlSend("FINAL FANTASY XIV: A Realm Reborn", "","","{SPACE}")
Sleep(25000)
WEnd
or you could just do this with autoit
While 1
ControlSend("FINAL FANTASY XIV: A Realm Reborn", "","","{SPACE}")
Sleep(25000)
WEnd