How do I...

Discussion, questions and support.
Post Reply
User avatar
56Loaches
Posts: 13
Joined: Mar 7th, ’20, 18:14
Location: Sweden

Post by 56Loaches » Mar 19th, ’20, 19:37

I have an OPEN command pointed at a (program) executable file .
It works fine, the program opens.
How do I then automate a TAB, followed by ENTER?
(This moves the focus to the first option box and then runs IT)

Please include the correct module to use.

Kevin
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Mar 19th, ’20, 20:33

Type: Command

Code: Select all

Run, C:\MyFolder\MyProgram.exe
Sleep, 1000 
Send, {Tab}{Enter}
You may need to increase sleep (milliseconds) to allow program to fully load.
User avatar
56Loaches
Posts: 13
Joined: Mar 7th, ’20, 18:14
Location: Sweden

Post by 56Loaches » Mar 19th, ’20, 21:02

BINGO! Didn't know you change commands beyond the first "Type".
Thanks, Marko.
Kevin
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Mar 21st, ’20, 16:07

You are welcome! ;)
pandit.alap
Posts: 2
Joined: May 4th, ’20, 05:57

Post by pandit.alap » May 4th, ’20, 06:06

I am not able to sort autotext suggestions as per frequency of usage. I want most used word suggestion on top followed by less used. This is very helpful. It shows in help content also but cannot find any option in preferences menu. Can anybody please guide me over this?
Thanks in advance.
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » May 4th, ’20, 08:40

The order of the shown suggestions is impacted by the order of the words in the wordlist file.
To change the word order, you can edit wordlist in FastKeys or using any text editor.
pandit.alap
Posts: 2
Joined: May 4th, ’20, 05:57

Post by pandit.alap » May 4th, ’20, 08:55

Thanks for the reply. But while typing you actually use different words at different times. So, is it possible that program autotext menu automatically reorder (resort) the suggestion menu as per the usage i.e. last used words comes first and so on. This would be very helpful...
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » May 4th, ’20, 09:40

We'll see if this could be implemented in one of the future releases. Thanks.
Post Reply