AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Intellisense-like autoreplacement with multiple suggestions
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Thu Jan 21, 2010 6:18 pm    Post subject: Reply with quote

maniac wrote:
... call this TypingAid v2.0


- IntelliTypingAid
- iType
- iTypr
- ...
Question

edit: below is me too thought I was logged in. sorry.
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum


Last edited by SoLong&Thx4AllTheFish on Thu Jan 21, 2010 7:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Jan 21, 2010 7:16 pm    Post subject: Reply with quote

[quote="hugov"]
maniac wrote:
... call this TypingAid v2.0


- IntelliTypingAid
- iType
- iTypr
- AutoTyper
- ... and my favourite: Werreoplontrenter (garuanteed to be unique hit in google as of now, generated via http://www.autohotkey.com/forum/viewtopic.php?t=34555 which always makes me laugh)

Question
Back to top
kakarukeys



Joined: 28 Sep 2009
Posts: 86

PostPosted: Fri Jan 22, 2010 6:41 am    Post subject: Reply with quote

maniac wrote:

Maybe? I don't know... I don't want to enable UAC to find out Wink... also UAC shouldn't matter between 64 and 32 bit OS's as both have UAC.


I'm installing Win7 64bits on a VirtualBox to find out. Smile

Quote:

One thing about the terminating characters:
default is:
{enter}{space}{bs}{esc}{tab}{Home}{End}{PgUp}{PgDn}{Up}{Down}{Left}{Right}.;`,¿?¡!'"()]{}{}}{{}:
I think it should be:
{enter}{space}{bs}{esc}{tab}{Home}{End}{PgUp}{PgDn}{Up}{Down}{Left}{Right}.;`,¿?¡!'"()[]{}{}}{{}:~```%$&*-+=\/><^|@#

Is that fine?

Also, what about underscore _ ?

Kakarukeys, I think you should release specialized preferences files to deal with non-english languages.


maniac wrote:
Kakarukeys, what do you think of the proposed default terminating characters?

Also, should I call this TypingAid v2.0 when we create the new topic in Scripts and Functions? It's up to you I guess, let me know how you want to handle it.


Are the terminating characters configurable in the preference file?
If so it's easy to create preference files for different languages other than English. I'm happy to do it. Some characters are needed for accents, like
` ~ ^ ' " and even ; in some keyboards.

I prefer TypingAid 2.0 because I've submitted the program to some major download sites with the name TypingAid and it's getting about 1.5k dls per month in total (not counting this site). LOL. And ya, we can start a new topic, since the new script is way different from the older one, just post a link in the old thread to the new thread when we are moving.
_________________
TypingAid autocompletion program made with AHK.
Back to top
View user's profile Send private message
kakarukeys



Joined: 28 Sep 2009
Posts: 86

PostPosted: Fri Jan 22, 2010 6:45 am    Post subject: Reply with quote

ah! it is in the preference. Very Happy
I tested I think the setting is fine.
_________________
TypingAid autocompletion program made with AHK.
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Fri Jan 22, 2010 7:55 am    Post subject: Reply with quote

kakarukeys wrote:
I prefer TypingAid 2.0 because I've submitted the program to some major download sites with the name TypingAid and it's getting about 1.5k dls per month in total (not counting this site).


Just to add: don't compile with UPX as it sometimes causes AV software to flag a script as a trojan/virus. Better be safe then sorry. See various threads on the forum about this subject.
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
kakarukeys



Joined: 28 Sep 2009
Posts: 86

PostPosted: Fri Jan 22, 2010 8:01 am    Post subject: Reply with quote

hugov wrote:
kakarukeys wrote:
I prefer TypingAid 2.0 because I've submitted the program to some major download sites with the name TypingAid and it's getting about 1.5k dls per month in total (not counting this site).


Just to add: don't compile with UPX as it sometimes causes AV software to flag a script as a trojan/virus. Better be safe then sorry. See various threads on the forum about this subject.


I'm aware of that. I was told by someone in donationcoders only after I distributed the file for a while. I'm also amazed that my file passed the tests of all download sites. Two reported to have used 4 major versions of antivirus to scan the file. I will try to compile without UPX with the unicode AHK and see the file size.
_________________
TypingAid autocompletion program made with AHK.
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Fri Jan 22, 2010 8:40 am    Post subject: Reply with quote

The problem may not arise at these sites but with the end user after downloading automatic removal of EXE etc after an update of the AV software.

Edit: I think you should mention in the description at these download sites that is made with autohotkey as well.
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
maniac



Joined: 28 Aug 2009
Posts: 267

PostPosted: Fri Jan 22, 2010 10:16 am    Post subject: Reply with quote

kakarukeys wrote:
Are the terminating characters configurable in the preference file?
If so it's easy to create preference files for different languages other than English. I'm happy to do it. Some characters are needed for accents, like
` ~ ^ ' " and even ; in some keyboards.

I prefer TypingAid 2.0 because I've submitted the program to some major download sites with the name TypingAid and it's getting about 1.5k dls per month in total (not counting this site). LOL. And ya, we can start a new topic, since the new script is way different from the older one, just post a link in the old thread to the new thread when we are moving.


That sounds fine to me.

kakarukeys wrote:
ah! it is in the preference. Very Happy
I tested I think the setting is fine.

Great, I'll go with that.

hugov wrote:
The problem may not arise at these sites but with the end user after downloading automatic removal of EXE etc after an update of the AV software.

Edit: I think you should mention in the description at these download sites that is made with autohotkey as well.


I think he has mentioned it everywhere he has posted it.
Back to top
View user's profile Send private message
kakarukeys



Joined: 28 Sep 2009
Posts: 86

PostPosted: Fri Jan 22, 2010 10:37 am    Post subject: Reply with quote

hugov wrote:
The problem may not arise at these sites but with the end user after downloading automatic removal of EXE etc after an update of the AV software.

Edit: I think you should mention in the description at these download sites that is made with autohotkey as well.


Smile the submission is done with pad file, and AHK is in the description, but some site didn't import the description from pad file. The UPX problem is due to some shaky antivirus algorithm and their uninformed users can't tell what are false positives. If the file size isn't increased by 1MB, I will make the compromise and compile without UPX.
_________________
TypingAid autocompletion program made with AHK.
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Fri Jan 22, 2010 10:58 am    Post subject: Reply with quote

kakarukeys wrote:
the submission is done with pad file, and AHK is in the description, but some site didn't import the description from pad file
You don't have to explain UPX to me Smile I just mentioned AutoHotkey because I didn't see it on the softpedia download page
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
maniac



Joined: 28 Aug 2009
Posts: 267

PostPosted: Fri Jan 22, 2010 2:21 pm    Post subject: Reply with quote

OK, I've created a new thread over in Scripts and Functions:
http://www.autohotkey.com/forum/viewtopic.php?t=53630
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jan 23, 2010 1:40 am    Post subject: Reply with quote

Please provide the code for latest version with the up/down arrow feature. There's so many codes posted I don't know which one is the latest. Also please indicate the other changes in the said code. Thanks very much.

Thank you to the maker of the arrow feature.
Back to top
maniac



Joined: 28 Aug 2009
Posts: 267

PostPosted: Sat Jan 23, 2010 2:14 am    Post subject: Reply with quote

Anonymous wrote:
Please provide the code for latest version with the up/down arrow feature. There's so many codes posted I don't know which one is the latest. Also please indicate the other changes in the said code. Thanks very much.

Thank you to the maker of the arrow feature.

See the post above yours...

And you're welcome, hugov and I wrote it.
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jan 23, 2010 2:51 am    Post subject: Reply with quote

Maniac, I went here http://www.autohotkey.com/forum/viewtopic.php?t=53630 and I notice it's for typingaid. I was wondering if you have the arrow up/down version for intellitype not typingaid because I'm using intellitype.

I would prefer not use typingaid because I just want to use OPEN ahk file because I have other codes in there not related to intellitype and I update it so often.
Back to top
maniac



Joined: 28 Aug 2009
Posts: 267

PostPosted: Sat Jan 23, 2010 3:15 am    Post subject: Reply with quote

Anonymous wrote:
Maniac, I went here http://www.autohotkey.com/forum/viewtopic.php?t=53630 and I notice it's for typingaid. I was wondering if you have the arrow up/down version for intellitype not typingaid because I'm using intellitype.

I would prefer not use typingaid because I just want to use OPEN ahk file because I have other codes in there not related to intellitype and I update it so often.


It's just renamed. Intellitype is now typingaid. The download will take you to the AHK file.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Page 9 of 10

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group