Search found 121 matches

by Maniac
01 May 2015, 22:16
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.21.0 - Word AutoCompletion Utility

Oops, download links fixed!
by Maniac
01 May 2015, 14:16
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.21.0 - Word AutoCompletion Utility

TypingAid 2.21.0.0 has been released! *2.21.0 5/1/2015 ** Added the ability to insert a word by clicking on it in the Wordlist (turn of Single Click in the settings to require a double click for insertion) ** Added a setting to sort Learned Words before words in Wordlist.txt ** Added a setting to sp...
by Maniac
29 Apr 2015, 06:03
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.20.0 - Word AutoCompletion Utility

Thanks! Wordlist.txt is the same as it always was. WordlistLearned.txt has been replaced (it's still written to, but it's not read from unless WordlistLearned.db does not exist). If you need to manually edit WordlistLearned, right now the only way is to shut down the script, delete the .db file, and...
by Maniac
16 Apr 2015, 07:45
Forum: About This Community
Topic: The AutoHotkey Foundation LLC
Replies: 39
Views: 63785

Re: The AutoHotkey Foundation LLC

It's back up.
by Maniac
16 Apr 2015, 06:04
Forum: About This Community
Topic: The AutoHotkey Foundation LLC
Replies: 39
Views: 63785

Re: The AutoHotkey Foundation LLC

tank wrote:I am making full backups and preparing for the move to a new host if this doesnt get resolved soon
Just an FYI, this has happened at least once before and it came back up later.
by Maniac
09 Apr 2015, 07:24
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.20.0 - Word AutoCompletion Utility

2.20.0 has been released! *2.20.0 4/9/2015 ** Added a Settings window (thanks to HugoV for doing much of the coding). ** Changed the learned words to use an SQLite3 database backend. This should help with future enhancements ** Changing settings no longer requires a script restart ** Added Active/In...
by Maniac
01 Apr 2015, 05:47
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.19.9 - Word AutoCompletion Utility

You'll need to run it standalone, unless you plan on really tweaking the contents of this script. Thanks!
by Maniac
11 Mar 2015, 07:17
Forum: Forum Issues
Topic: Spam PM's
Replies: 2
Views: 1620

Re: Spam PM's

Thanks!
by Maniac
11 Mar 2015, 06:32
Forum: Forum Issues
Topic: Spam PM's
Replies: 2
Views: 1620

Spam PM's

Hello, I've received 2 spam PM's from user KriStops . They are both in Russian and advertising women hypnosis techniques :roll: Уважаемый (я) Maniac Существование красавицы в современном мире просто нестерпима. Убеждена, что подобная идея посещала твою голову не один раз. В прежние эпохи красавицы к...
by Maniac
30 Jan 2015, 08:45
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.19.9 - Word AutoCompletion Utility

OK, I see the issue. I specifically added checks which suppressed the ability to learn/read any words without alpha characters. I've added this back when reading from Wordlist.txt or hitting ctrl-shift-c. This will be in the next release, but you can grab my development branch if you want. It has a ...
by Maniac
30 Jan 2015, 07:14
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

Re: TypingAid v2.19.9 - Word AutoCompletion Utility

It does register a . as the end of the word (you can disable that, but I wouldn't recommend it). If you only need to learn a specific (and small) set of IP addresses, you can do the following: 1. Set "Length" to 2 in preferences.ini (make sure the script is not running when you do this). This will c...
by Maniac
18 Dec 2014, 11:03
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138412

TypingAid v2.22.0 - Word AutoCompletion Utility

Archived thread from old AHK forums. TypingAid is a simple, compact, and handy auto-completion utility. It is customizable enough to be useful for regular typing and for programming. Download: TypingAid v2.22.0 Precompiled Executable TypingAid v2.22.0 AHK Script As of version 2.19.7.0, the script i...
by Maniac
30 Oct 2014, 06:30
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

So basically, the bug was in v1.0.48.5, and it just so happened to make my script work correctly.

I will commit my changes to use Input with no parameters when suspending.

Thanks for your help in finding a solution for this.
by Maniac
29 Oct 2014, 13:52
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

With AHK v1.0.90.0, the keyboard hook uninstalls. With AHK v1.1.3.0, the keyboard hook stays installed. My guess is it's a change in AHK v1.0.91.01 : Fixed: Disabling the last hook hotkey breaks Input. ------- I added the code to trigger "Input" before I call suspend. I confirmed this does now unins...
by Maniac
29 Oct 2014, 13:13
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

Lexikos, I think I figured out what's going on. I uninstalled AHK v1.1.16.05 and installed AHK v1.0.48.5. Yesterday (without SciTE running) and today (with SciTE running) I ran my script and have not had any issues. I decided to check the Key history while my hotkeys were suspended and the Keyboard ...
by Maniac
28 Oct 2014, 06:42
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

This seemed like the appropriate place to put it to me as the potential for it to be a bug (from my perception) was high. If you would prefer this to be in the Ask for Help forum, I would be fine with you moving it. I'm not trying to argue or cause problems here, and I'm sorry if I've given you that...
by Maniac
27 Oct 2014, 06:08
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

However, my 100 ms timer will also detect if the window is one I care about, and if not, it will wait as well until there's one I care about (again, using WinWait). Would that leave the main thread stuck on the Input command and prevent the Keyboard hook from uninstalling? This definitely seems to ...
by Maniac
27 Oct 2014, 06:04
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

Generally when someone posts in the Bug Reports forum, it's either to report a bug to be fixed, or misplaced. Right... and there seems to be something wrong with the keyboard hook as I'm not seeing anything in my key history. Suspend will do it unless the script contains #InstallKeybdHook or a hook...
by Maniac
25 Oct 2014, 10:32
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

For a user-defined list of include/exclude Window Titles and/or executables, I need to be able to: Suspend/unsuspend hotkeys Show/hide the wordlist listbox gui Prevent the main loop, which waits on the Input function, from executing for windows I don't care about Change the process priority Change S...
by Maniac
24 Oct 2014, 23:04
Forum: Bug Reports
Topic: [Solved] Keyboard hook seems to stop working [v1.1.16.05] Topic is solved
Replies: 15
Views: 9593

Re: Keyboard hook seems to stop working [v1.1.16.05] Topic is solved

Yes, the script suspends/un-suspends based on which window is active. Both the "Input" command and hotkeys seems to be not working (or at least aren't doing what I expect, and aren't appearing in the Key history). #IfWinActive is not quite flexible enough for my needs. I need to know what window I'm...

Go to advanced search