Search found 121 matches

by Maniac
11 Sep 2017, 06:04
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Not out of the box, you could possibly modify Sending.ahk to do this for you:
https://autohotkey.com/docs/commands/Send.htm
by Maniac
14 Aug 2017, 06:56
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

No, you just need to include the TypingAid source code.
by Maniac
10 Aug 2017, 05:54
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

It's licensed under GPLv3. You have to include the source code or provide an obvious way to get the source code. If you modify it, you must indicate that you've modified it. Anything which builds off this project must also be GPLv3 (I don't think that would include a separate tool in a bundle). http...
by Maniac
06 Apr 2017, 07:01
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Hello folks, oops it seems I made it very complicated now for a newbie. Well the idea was - if any one has used phrase express it deletes the text you just entered , and then inserts the autotext. so i guess i was tryign to emulate that. But i have no idea after a few days trying to figure it out. ...
by Maniac
05 Apr 2017, 09:14
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

So you'll need to detect that the phrase began with x100 (Using StringLeft or SubStr, then comparing to x100) and if it does, remove it (using StringTrimLeft).
by Maniac
05 Apr 2017, 06:03
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

I'm not entirely sure what it is you're trying to do? You need to detect x100 and the remove it, but are there other trigger text options you need to detect? How do you know if something is a special trigger text or not?
by Maniac
04 Apr 2017, 14:10
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

You could make changes in the same area of code as last time to deal with that :) Either before or after the line you added.
by Maniac
30 Mar 2017, 06:21
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

In Sending.ahk, SendFull, around like 140: change: ; if autospace is on, add a space to the string to send IfEqual, prefs_AutoSpace, On SendValue .= A_Space to: ; if autospace is on, add a space to the string to send IfEqual, prefs_AutoSpace, On SendValue .= A_Space StringReplace, SendValue, SendVal...
by Maniac
29 Mar 2017, 13:11
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

1. There's no support for multiple lines and I don't intend to add it. If you want to patch it in your own copy, or maintain your own github fork, that's fine with me. 2. In preferences, under Wordlist Box, you can change the "List max width in pixels". If that's not set, it will use your monitor's ...
by Maniac
14 Mar 2017, 07:43
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Awesome! I'll try to get back to it soon so I can release the next version.
by Maniac
06 Mar 2017, 08:13
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

Welcome! Anyway, glad it's working for you in some manner.
by Maniac
03 Mar 2017, 09:43
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

OK, thanks ambroise. What about an alternative solution, why not use Google Drive or DropBox to sync TypingAid, letting it sync to your other PC's via that? Then you don't have to worry about the USB stick.
by Maniac
01 Mar 2017, 07:09
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

So it fixed the issue with the accents? Great. I hope to get back to that soon and finish it. There are some final issues I need to review for it...
by Maniac
28 Feb 2017, 11:44
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: TypingAid v2.22.0 - Word AutoCompletion Utility

nilsonrdg wrote:Thanks for the quick reply.
Did you see the source code in your PMs?
by Maniac
27 Feb 2017, 10:17
Forum: Scripts and Functions (v1)
Topic: TypingAid v2.22.0 - Word AutoCompletion Utility
Replies: 235
Views: 138409

Re: Sharing some issues, questions and ideas about TypingAid

I've been using typingAid for a long time, and I'd like to share some issues and questions. Maybe they can contribuite to increment the script. So, everybody, feel free to comment, make suggestions and corrections (including about English mistake) 1) In the new versions, the problem related with ac...

Go to advanced search