AutoHotkey Community

It is currently May 27th, 2012, 1:49 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 150 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10  Next
Author Message
 Post subject:
PostPosted: January 21st, 2010, 7:18 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
maniac wrote:
... call this TypingAid v2.0


- IntelliTypingAid
- iType
- iTypr
- ...
:?:

edit: below is me too thought I was logged in. sorry.

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Last edited by SoLong&Thx4AllTheFish on January 21st, 2010, 8:17 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 8:16 pm 
hugov wrote:
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)

:?:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 7:41 am 
Offline

Joined: September 28th, 2009, 4:32 am
Posts: 86
maniac wrote:
Maybe? I don't know... I don't want to enable UAC to find out ;)... 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. :)

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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 7:45 am 
Offline

Joined: September 28th, 2009, 4:32 am
Posts: 86
ah! it is in the preference. :D
I tested I think the setting is fine.

_________________
TypingAid autocompletion program made with AHK.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 8:55 am 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
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 FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 9:01 am 
Offline

Joined: September 28th, 2009, 4:32 am
Posts: 86
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 9:40 am 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
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 FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 11:16 am 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
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. :D
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 11:37 am 
Offline

Joined: September 28th, 2009, 4:32 am
Posts: 86
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.


:) 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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 11:58 am 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
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 :-) I just mentioned AutoHotkey because I didn't see it on the softpedia download page

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 22nd, 2010, 3:21 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
OK, I've created a new thread over in Scripts and Functions:
http://www.autohotkey.com/forum/viewtopic.php?t=53630


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 2:40 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 3:14 am 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 3:51 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 4:15 am 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 150 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Apollo, Bing [Bot], Google Feedfetcher, JSLover, sjc1000, Yahoo [Bot] and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group