Page 1 of 1

How do I...

Posted: Mar 19th, ’20, 19:37
by 56Loaches
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

Re: How do I...

Posted: Mar 19th, ’20, 20:33
by Marko
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.

Re: How do I...

Posted: Mar 19th, ’20, 21:02
by 56Loaches
BINGO! Didn't know you change commands beyond the first "Type".
Thanks, Marko.
Kevin

Re: How do I...

Posted: Mar 21st, ’20, 16:07
by Marko
You are welcome! ;)

Re: How do I...

Posted: May 4th, ’20, 06:06
by pandit.alap
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.

Re: How do I...

Posted: May 4th, ’20, 08:40
by Marko
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.

Re: How do I...

Posted: May 4th, ’20, 08:55
by pandit.alap
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...

Re: How do I...

Posted: May 4th, ’20, 09:40
by Marko
We'll see if this could be implemented in one of the future releases. Thanks.