Search found 121 matches

by Maniac
22 Mar 2016, 07:54
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Hi six,

If you do NOT want _ to be a separator for words, please make sure that _ is not in "Terminating Characters" on the Advanced Tab.

If you want _ to be a separator for words, then please make sure that _ IS in "Terminating Characters" on the Advanced Tab.

Thanks!
by Maniac
04 Mar 2016, 10:38
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

I'm not sure what you mean by that...
by Maniac
04 Mar 2016, 06:34
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Yep, a space indicates a new word. You're welcome to remove {space} from the Terminating Characters list under Advanced, but then space will never reset the word.
by Maniac
29 Feb 2016, 08:08
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Managing the word list: There appears to be a discrepancy with the documentation, peoples comments in this thread and what I see on my PC: I see no 'WordlistLearned.txt but I do see the .db. When and how is this txt file created? When I delete the .db it reads in everything from Wordlist.txt, so Wo...
by Maniac
29 Feb 2016, 07:58
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Hello, that's a great tool, but I had to modify the code a bit (thank holy cows, it was provided here). The problem was thatn it uses direct keys, like +^c, +^h etc. I had to change them to their scan equivalents (+^sc02e, +^sc023), because when I use the Russian keyboad, ahk seems not to send lati...
by Maniac
03 Feb 2016, 09:10
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

I think a better idea would be to have Wordlist.txt AND Defaults.ini (if you aren't using a defaults.ini in a multi-user environment, you probably should be) pulled down to the client from a central location each time you start TypingAid. A batch file or something similar could be used to do this. A...
by Maniac
10 Nov 2015, 09:07
Forum: Forum Issues
Topic: Password Requirements
Replies: 9
Views: 4071

Re: Password Requirements

Great, thanks Lexikos.
by Maniac
09 Nov 2015, 11:51
Forum: Forum Issues
Topic: Password Requirements
Replies: 9
Views: 4071

Re: Password Requirements

And yes, to echo, the password requirements are crazy for a site with no important information. They're more stringent than most other sites I've been on.
by Maniac
09 Nov 2015, 08:36
Forum: Forum Issues
Topic: Password Requirements
Replies: 9
Views: 4071

Password Requirements

I don't see the use of requiring numbers and symbols in a password on a site that doesn't even use https? Why should I be forced to remember a complicated password for a site where I can't even rely on it being safe when I'm in a public area?
by Maniac
27 Oct 2015, 07:04
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

I've uploaded 2 new English Wordlists that typecast found, thanks!
by Maniac
28 Sep 2015, 06:39
Forum: About This Community
Topic: autohotkey.com
Replies: 264
Views: 334781

Re: autohotkey.com

I agree with lexikos. That being said, I'm maintaining a thread on both boards right now because of the split, also, as I'm unsure of the current plan, I've been worried one of the boards may be locked before I'm ready.
by Maniac
13 Jul 2015, 07:09
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Added new English, French, Italian, and Spanish wordlists thanks to rommmcek and jamesw77bp. Thanks!
by Maniac
26 Jun 2015, 06:49
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

*2.22.0 6/26/2015 ** 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 Correctio...
by Maniac
15 Jun 2015, 12:45
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.21.1 - Word AutoCompletion Utility

Hello again, how can I import my text file based learned word list in the data base? Is there a documentation of the data base structure? Many thanks and greetings hotkeyguy Delete WordlistLearned.db and it will be rebuilt from WordlistLearned.txt No, but it's pretty simple. Just check it out using...
by Maniac
23 May 2015, 05:47
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.21.1 - Word AutoCompletion Utility

Can you email me that word list? I'll see if I can speed up the loading any. The reason it loads slower is because the wordlist.txt is added to the sql database every time and removed when exiting. The learned words stay loaded, but won't be in alphabetical order.
by Maniac
22 May 2015, 22:44
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.21.1 - Word AutoCompletion Utility

Do you ever change your wordlist? You could add them to WordlistLearned.txt and skip the loading time.
by Maniac
22 May 2015, 07:18
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.21.1 - Word AutoCompletion Utility

I won't be able to take a look until the middle of June, but I will then. Are you sure large wordlists still load slowly? I would have expected 2.20 to fix that.
by Maniac
21 May 2015, 18:48
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.21.1 - Word AutoCompletion Utility

Alternatively, you could set the number of characters to show the word list at to 2.

Glad it works for you :-)
by Maniac
14 May 2015, 10:58
Forum: About This Community
Topic: The AutoHotkey Foundation LLC
Replies: 39
Views: 63760

Re: The AutoHotkey Foundation LLC

AutoHotKey.com boards are down again...
by Maniac
04 May 2015, 12:41
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138329

Re: TypingAid v2.21.1 - Word AutoCompletion Utility

*2.21.1 5/4/2015
** Fixed clicking on a word in the 64-bit version

Go to advanced search