Is it possible to list most frequently used words first?

[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility
Is it possible to list most frequently used words first?
I believe this feature is currently being worked on and hopefully almost complete
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #812](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
"Most frequently used words" has pretty much always been implemented... just make import your wordlist as learned words (put the words in WordlistLearned.txt and delete WordlistLearned.db).
Most recently used words is not implemented yet.
Thanks!
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #813](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
hey Maniac, have you given any more thought to improving the auto-add-space feature and possibly removing the extra spcae when a user follows it with a '.','?','!' ? That would add a lot to its functionality and i think wouldn't be too hard to add?
Also, i'd like to be able to not have the suggested word list respond to down arrow presses at all as it makes it very hard to select a web site in firefox when it makes suggestions. Either that or a way to disable the autosuggest when I'm in this text box specifically (i have a feeling this won't be possible) .
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #815](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
Well, and sorting Wordlist.txt by frequently used is not yet implemented.
That's issue 36... I haven't looked at it yet.
Regarding your last issue... you have a few options:
Turn off all Auto Complete Keys except the Number Keys and Single Click
Set "Wordlist row highlighting" to "Off - only use the number keys" (does the same as the above)
Turn off autocomplete in firefox
or run 2 instances of the script... one that only works in firefox and one that works everywhere else. I think you can use the same database for both if you link the files using symbolic links.
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #816](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
"Turn off all Auto Complete Keys except the Number Keys and Single Click"
I think the down arrow will still be used as this isn't an "auto complete" key but rather a "browse" key right ?
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #817](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
"Turn off all Auto Complete Keys except the Number Keys and Single Click"
I think the down arrow will still be used as this isn't an "auto complete" key but rather a "browse" key right ?
When you turn off all auto-complete keys, I disable the "browse" keys too.
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #818](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
When you turn off all auto-complete keys, I disable the "browse" keys too.
ohhh ok gotcha.
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #819](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
** Added the ability to exact match on Window Titles (enquote, or tick the checkbox)
** Added Word Replacements. In wordlist.txt, use the form <word>|r|<replacement word>. To define more than one replacement per word, simply add the word again on a different line. If Case Correction is off, the case of the first letter will be changed to match the word being replaced
** Added Word Descriptions. In wordlist.txt, use the form <word>|d|<description>. Replacements and Descriptions are compatible and can exist on the same word. With fixed width fonts, the description will show in a separate column
** Added a setting to control the width of the List Box in pixels
** Added Numpad Enter as an autocomplete key
** Fixed issues with words that had apostrophes (') in them
** Set journal_mode to TRUNCATE so the db journal isn't deleted every time
** Minor performance improvements when loading the wordlist
** Added a progress bar when loading the wordlist
** Added a progress bar when cleaning the wordlist (when exiting the script, the box may appear blank. I think this is because the script is exiting)
** Added framework for database conversions
** Fixed issue with overriding the default font
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #820](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
@maniac:
Awesome update! Thank you! Keep em coming! Greatest tool ever!
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #821](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #822](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
Would it be possible to get a version of the Large English Wordlist without all the words of 3 characters or less?
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #823](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #824](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)
Thanks Maniac! I guess that's a good point, but oh well, at least I saved a little memory!
![[AHK 1.1]TypingAid v2.22.0 - Word AutoCompletion Utility: post #825](http://autohotkey.com/board/public/style_images/ortem/icon_share.png)