Search found 121 matches

by Maniac
31 Aug 2023, 12:56
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

If it's in the fixed wordlist, the position will NOT change.

If it's the LEARNED words, the position will change, but it's a simple (dumb) algorithm. Each time you type it, it just adds 1 to the count. The words with the highest count are listed higher.
by Maniac
15 Aug 2023, 13:09
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

This script/program is exactly what I have been looking for. However, I am curious when using the word replacements <word>|r|<description> is it possible to eliminate the replacement word from showing in the auto complete GUI? I want a nice simple output in my menu. Also, how would I go about hidin...
by Maniac
07 Jun 2023, 07:18
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Raghava Doregowda I'm not sure, what should be happening is the wordlist.txt file should be have it's size and date compared to the last time it was read, then update the wordlistlearned.db based on that. Can you try modifying wordlist.txt to see if doing so causes it to be reloaded? Did you maybe ...
by Maniac
09 Mar 2023, 15:54
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

@Judykator you can delete the WordlistLearned.db file and reorganize/delete the Wordlistlearned.txt file in the order you want. Then the words will be in the order you expect.

Also, anything in Wordlist.txt will be come before WordlistLearned and will NOT ever change in order.
by Maniac
27 Jan 2023, 09:56
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: Substings not to learn --Question

While I'm at it, how does one get it to NOT remember strings of numbers? Ergo, like credit card numbers? Or does it by default, not remember strings of numbers? It won't learn strings of numbers: ;if Word does not contain at least one alpha character, skip out. IfEqual, A_IsUnicode, 1 { if ( RegExM...
by Maniac
27 Jan 2023, 09:51
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: Is there a way to change the wieght of words in a wordlist?

Also, is there an easy way to say; remove words under X amount from a wordlist? Ergo, I set it to only suggest words after I've typed four letters, it would be nice to have it only show 5 letter or more words Ah yeah at 4 letters it shows 4 letter or more words, right? There's not built in. Persona...
by Maniac
27 Jan 2023, 09:49
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: Substings not to learn --Question

So, say if we don't want it to learn passwords, can we say make all passwords start with a specific symbol and just add that symbol to that setting? Right, that should work fine. I do wish that the box would be placed based on where the text cursor is and not the mouse cursor though. That's a limit...
by Maniac
02 Nov 2021, 06:11
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Hi, I'm sorry if I'm asking a stupid question, but how do I make the pop-up suggestion window show under the caret instead of the mouse cursor? I'm using the application not the ahk script. Thank you. This will automatically happen IF the application you are using reports its caret position to Wind...
by Maniac
20 May 2021, 09:41
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

I mean... it won't serve your use case, but TypingAid is largely unnecessary on Android as the functionality is built into most keyboards.
by Maniac
03 Apr 2021, 22:27
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

@HuckD it's been AGES since I've tested the script with a recent version of AHK. There may be some incompatibilities with newer versions.
by Maniac
02 Apr 2021, 06:22
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

jsong55 if it's a hardcoded list for which you don't want the order to change, use wordlist.txt. If you want to seed an initial list of words that will change priority over time: Make a backup of your TypingAid Folder Delete WordlistLearned.db (note, this will delete your learned words) Update Word...
by Maniac
19 Dec 2020, 13:38
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

To expound a bit... you'll have to copy/export the list to the wordlist.txt file, and that will be read into the database each time. Been a while, but I'm pretty sure those words will NOT be ranked as they are not learned. They'll be in the order you put them in.
by Maniac
23 Oct 2020, 06:42
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

You mean for navigating the list? No, just close the box. I normally use the left arrow key to close it.

You can try turning off ALL autocomplete keys except the "Number Keys", that may disable the ability to navigate using the arrow keys. I forget.
by Maniac
20 Aug 2020, 06:36
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

So it looks like this is due to square brackets being a special character in sqlite, though I didn't test it. The issue is probably in the WhereQuery in TypingAid.ahk. This should really be using binding, though I'm not sure that would fix this case. There's probably a way to escape square brackets....
by Maniac
20 Aug 2020, 06:18
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Interesting @xxxxx it LEARNS the word if you type hello[hereisabracket, but as soon as you type the "[" the word hides.
by Maniac
20 Aug 2020, 06:16
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

xxxxx I think what you really want is to NOT have them in terminating characters and TO have them in Force New Word Characters... but it's not going to work. It needs to be enhanced to support double square brackets (right now, it'd reset the word after the 2nd square bracket). I'm not sure why it ...
by Maniac
13 Jul 2020, 06:48
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

dangl The proper place to fix this should be in CheckForActive in Window.ahk. However, TypingAid was meant to turn on and off when switching Windows, not when switching fields within a window. You might also need to have ReturnWinActive always return false (or return false under more conditions), b...
by Maniac
28 May 2020, 05:42
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 137689

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

@V3771n9 not currently, but if I ever spend more cycles on it, the issue in the reply above yours covers multiple wordlists.

Go to advanced search