shift tab in text mode Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
mcgoogle
Posts: 3
Joined: 22 Feb 2018, 04:54

shift tab in text mode

22 Feb 2018, 17:45

Hi

I've come from a few other text replacement programs, but am looking to now focus on ahk, as its waay better.

In the past ive done text replacement on an web page and used the keyboard shotcuts to navigate to other text boxes to type some text there, eg


::q1::
(
Option:
Blah`t`t`tSecond option`t`t`t`t
)
return

now this works and is fine.

I'm having difficulty with finding the correct shift tab combination.

+{Tab}
+`t
{Shift}{Tab}
{Shift Tab}

As you can see im swinging for the roof at the end here,.
All the doco I've read handles shit alt tabs or other combinations, but not the one i want.

I could look into searching for and jumping to the actual input tag itself, but thats another lwevel of reading ill need to do ( not that im unwilling )
Just seems that this should be simpler than I'm currently making it appear...

Any pointers?

thanks
User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: shift tab in text mode

22 Feb 2018, 17:53

Try {Shift down}{Tab}{Shift up}
mcgoogle
Posts: 3
Joined: 22 Feb 2018, 04:54

Re: shift tab in text mode

22 Feb 2018, 19:09

Hi Boiler,

That just pasted literally within the ( ... ) parentheses wrappers.
Id tried that before too.

I remove the parenthesis and its started working .

Question now is, should i explicitly use , eg send{raw} when trying that from within the parenthisis?

Thanks
User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: shift tab in text mode  Topic is solved

22 Feb 2018, 19:51

Oh, yeah, I was not thinking about its use within parentheses. I don't believe you can, so you would have to put it in a continuous line and use `n for line breaks.
mcgoogle
Posts: 3
Joined: 22 Feb 2018, 04:54

Re: shift tab in text mode

22 Feb 2018, 20:12

understood - thanks.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, jchestnut, Sem552 and 145 guests