Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I'm trying to use Send inside a Hotstring to output some text containing multiple spaces + also contains exclamation marks —but it gets omitted & won't display when triggered. Please help me find a workaround ! :cry: Here is the gist of the code:
- [Codebox=autohotkey file=Untitled.ahk]
- !+q::
- AutoTrim, Off
- StringText := "LETS GO! NOW!" ;two exclamation marks after go & now, as well as two spaces after go!
- Send % StringText
- Sleep 50
- Send {Enter}
- return
- [/Codebox]
- Thank you ! ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement