Export to AHK doesn't handle sending a space properly
Opened this issue · 0 comments
jonathangiha commented
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.