| Author |
Message |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Tue Dec 13, 2011 11:30 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
@mania, DisabledAutoCompleteKeys=N removed the numeral choices
That's what you wanted, right? |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Mon Dec 12, 2011 11:48 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
@maniac: you may wish to change "SOMEWEIRDCHAR" to Chr(2) making it easier to "read" and copy/paste code between various sources, editors and forum.
I thought of this while read ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Wed Dec 07, 2011 2:12 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
Maniac: I queried out those lines it does not happen anymore. I hope, this won't affect the overall working of the script however.
ListLines,Off should not cause a window to pop open. You are say ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Wed Dec 07, 2011 12:00 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
Every time i start typingaid.ahk or reload it one pop up window comes:
"Script lines most recently executed (oldest first). Press
Are you doing a ListVars combined with a Pause anywhere?
... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Mon Dec 05, 2011 11:22 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
@azure: did you see the reply http://www.autohotkey.com/forum/post-493037.html#493037
I read it now, but how it relates to my questions?
When you click that link, it brings you to the wrong post ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Thu Dec 01, 2011 1:28 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
it works!!! thanks a lot
Which method did you use? |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Wed Nov 30, 2011 1:56 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
He could also disable RAW mode, couldn't he? Then he could have his string look like this:
test1{Enter}test2{Enter}test3{Enter}test4
To do this, get rid of the instances of the string {Raw} in Sen ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Wed Nov 30, 2011 11:51 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
2) Also can i suspend the typingaid with one single keystroke and then again activate with another single keystroke?
Yes, press Ctrl+F12, if you don't like that shortcut edit TypingAid*.ahk look for ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Mon Nov 28, 2011 12:49 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
very interesting project
however I would like to:
1) specify specific controls/coords/control colors/etc for the drop down menu to appear
2) store the typed words in a database per that particu ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Fri Oct 28, 2011 6:46 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
| You're welcome, I'm glad it's working for you! |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Fri Oct 14, 2011 12:52 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
| I don't think that's what he's asking for. I think he's asking for the ability to have 2 separate wordlists loaded simultaneously. IE, I'd have to maintain 2 lists of words in memory, and toggle betwe ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Thu Oct 13, 2011 11:46 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
I think it would require a decent amount of internal rewriting. If think with a few lines of code added to TypingAid.ahk (and perhaps a minor change to Wordlist.ahk) you can add this functionality.
... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Wed Oct 12, 2011 5:37 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
| I want to know if there's any chance to change with a hotkey between two wordlist. It wouldn't be that hard to implement, but I will leave that up to maniac who maintains the script, he might add it t ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Mon Oct 03, 2011 12:52 pm Subject: TypingAid v2.16b - Word AutoCompletion Utility |
Hi caveatrob, I'm not sure why this would suspend other scripts? I am aware it can cause problems for other scripts, but I don't know how to get around that.
It should be possible to have multiple ... |
Topic: TypingAid v2.16b - Word AutoCompletion Utility |
maniac
Replies: 467
Views: 43925
|
Forum: Scripts & Functions Posted: Mon Sep 19, 2011 11:02 am Subject: TypingAid v2.16b - Word AutoCompletion Utility |
For your click, I would think you could add it to SendWord in Includes\Sending.ahk, write after the call to SendFull.
On second thought, it may be better to add it to clearallvars: in the main scri ... |
| |