Pulover / PuloversMacroCreator

Automation Utility - Recorder & Script Generator
http://www.macrocreator.com
Other
1.59k stars 231 forks source link

Export to AHK doesn't handle sending a space properly #273

Open jonathangiha opened 1 month ago

jonathangiha commented 1 month ago

Works fine when running through Macro Creator but upon exporting to AHK results in a line that just says: SendRaw

when it should be something like: SendRaw, ` `

I suspect sending text with any beginning or ending spaces will cause a similar issue.