Need Help -Simple Request - Tab Tab "1" Loop Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Tiger001
Posts: 4
Joined: 06 Apr 2020, 18:43

Need Help -Simple Request - Tab Tab "1" Loop

06 Apr 2020, 20:17

Good Evening Team AutoHotKey,

Looking for some quick help as I just downloaded the program to address some help for a teammate that is conducting Tab Tab "1" up to 2000 times to assist in generating labels on a website application for Label Generation and ASN prep.

This teammate is heading to the Hospital tomorrow with his wife to bring their 4th child into this world.

If anyone can offer a simple script to assist while I learn this would be helpful - and a how to.

Thanks in advance during these tough times!

Thank You
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Need Help -Simple Request - Tab Tab "1" Loop  Topic is solved

07 Apr 2020, 13:15

Not quite sure what you are asking the script to do... What I understood is that you want a script that sends Tab Twice and then the number 1, and loop that 2000 times.
If that is what you are asking for here's the code.

Code: Select all

F1::
Loop, 2000
{
SendEvent, {Tab 2}
SendInput, 1
}
return
If that's not what you are asking for, please be more specific.
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹
Tiger001
Posts: 4
Joined: 06 Apr 2020, 18:43

Re: Need Help -Simple Request - Tab Tab "1" Loop

07 Apr 2020, 13:17

This looks like it! Will let you know! Thanks so much!
Tiger001
Posts: 4
Joined: 06 Apr 2020, 18:43

Re: Need Help -Simple Request - Tab Tab "1" Loop

07 Apr 2020, 17:12

Yaksongas#9893 - Y

Worked like a charm! Now I am a junkie! Thanks so much for your assistance ! Great Health to you!

Tiger001
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Need Help -Simple Request - Tab Tab "1" Loop

07 Apr 2020, 17:21

Image
Also, please mark the topic as solved ✅ if you don't need any further help.
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 283 guests