I am new to autohotkey and I'm trying to expand a text but I need to add a "backspace" at the end of the sentence, for example:
::btw::by the way
return
works fine, except that when I get the expansion, I get a space at the end,
if I do this
::sq::start quote"
return
I would like to be able to type right after the "(quote) symbol, (instead i get (start quote " text") {check the space before " text")
My expectation = ( start quote "text" )
I want to do something like this:
::sq::start quote"{bs}
return
but Im not getting the result I need.
Thank you so much in advance
Put an
O
in the options between the first two colons:From the help: