AutoHotkey Community

It is currently May 27th, 2012, 3:39 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 494 posts ]  Go to page Previous  1 ... 12, 13, 14, 15, 16, 17, 18 ... 33  Next
Author Message
 Post subject:
PostPosted: July 5th, 2010, 6:12 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
I'll think about it hugov, motivation isn't all that high though.

AutoHotkey_U can still be downloaded, it's just not being developed.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 5th, 2010, 9:51 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
maniac wrote:
I'll think about it hugov, motivation isn't all that high though.
No worries, not something that has my interest either :wink: (especially as I'm working on a new app, I'd say 80% done, just have to clean it up a bit and add some final tweaks before posting it)

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: typing aid
PostPosted: July 17th, 2010, 12:24 pm 
since this program uses unicode is there and application available in Hebrew?


Report this post
Top
  
Reply with quote  
 Post subject: Re: typing aid
PostPosted: July 17th, 2010, 6:38 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
eleanor wrote:
since this program uses unicode is there and application available in Hebrew?



2.15 doesn't work with the unicode version, not sure why. You'll have to try an older version (try replace the download file name with the version you want to try, they are all still on the server).

None of the instructions are in Hebrew, only English.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 13th, 2010, 2:15 pm 
Offline

Joined: May 18th, 2005, 11:03 am
Posts: 30
This is a really useful utility. The only major issue I have is over passwords: does anybody have a tactic to prevent the script picking up text typed into password fields? Thanks


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 13th, 2010, 8:58 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
rjwilmsi wrote:
This is a really useful utility. The only major issue I have is over passwords: does anybody have a tactic to prevent the script picking up text typed into password fields? Thanks


Yes, I have it on my computer, I've had it coded for a while. I will release it monday (?), since you asked for it.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 13th, 2010, 9:20 pm 
Offline

Joined: May 18th, 2005, 11:03 am
Posts: 30
maniac wrote:
Yes, I have it on my computer, I've had it coded for a while. I will release it monday (?), since you asked for it.

That would be great, thank you.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2010, 11:47 am 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
TypingAid 2.16 released:

*2.16 08/16/2010
** Added the parameter DoNotLearnStrings. Any words which contain a string from DoNotLearnStrings will not be learned.
** Words which do not contain any alphabetical characters (A-Z) will not be learned.
** Words which contain numbers will now be learned even if Number keys are enabled as AutoComplete keys, the number pad may be used to type numbers without autocompleting the word.


An example for DoNotLearnStrings would be if you have ord98 in DoNotLearnStrings, password987 will not be learned.

Edit:
I'm not sure how the words not containing alphabetical characters will affect unicode languages, but as the unicode version apparently doesn't work right now anyway I'm not sure that it's a big deal....


Last edited by maniac on August 16th, 2010, 4:08 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2010, 12:06 pm 
Offline

Joined: May 18th, 2005, 11:03 am
Posts: 30
Thank you for the DoNotLearnStrings feature, which I confirm is working fine.

The only slight problem I've noticed is that when picking up a word including numbers to appear in the word list, if the numbers are typed using the standard numbers (not keypad), when shown in the word list the numbers are duplicated e.g. test678 is shown as test667788. This doesn't occur if the word's numbers are typed using the keypad.

Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2010, 12:28 pm 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
rjwilmsi wrote:
Thank you for the DoNotLearnStrings feature, which I confirm is working fine.

The only slight problem I've noticed is that when picking up a word including numbers to appear in the word list, if the numbers are typed using the standard numbers (not keypad), when shown in the word list the numbers are duplicated e.g. test678 is shown as test667788. This doesn't occur if the word's numbers are typed using the keypad.

Thanks

You are welcome.

One or Two press mode? Number keys enabled or disabled as hotkeys? I need your config :)

Edit: I am unable to replicate the issue; but i did notice that when NumPresses=2, numbers aren't learned. I will need to address this in a future version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2010, 2:32 pm 
Offline

Joined: May 18th, 2005, 11:03 am
Posts: 30
I've got NumPresses=1 and no keys disabled. Later I'll have a look at whether the problem occurs for me for the default config.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2010, 10:56 am 
Offline

Joined: May 18th, 2005, 11:03 am
Posts: 30
The problem does occur for me with the default configuration. The only change I have to make is to move the library files to the same directory as the main TypingAid.ahk file and change the include lines as follows:

#Include %A_ScriptDir%\ListBox.ahk

This change is the only way I get TypingAid to load (works fine after), though I can't see how it would affect the word completion behaviour?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2010, 11:38 am 
Offline

Joined: August 28th, 2009, 3:00 pm
Posts: 275
Weird, sorry I'm not seeing the issue. Is anyone else?

I have no idea why you have to move the include files to the main directory. Maybe it's a security/permissions thing?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2010, 9:13 am 
Offline

Joined: May 18th, 2005, 11:03 am
Posts: 30
The duplicated numbers issue only occurs when I have my normal AutoHotkey running too, with various hotstrings & keyboard shortcuts, so something is conflicting with TypingAid.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2010, 9:30 am 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
@Maniac: to solve the bug report by rjwilmsi add the I parameter to this line
Code:
   Input, chr, L1 V I, {BS}%TerminatingCharacters%

Quote:
I: Ignore input generated by any AutoHotkey script, such as the SendEvent command. However, the SendInput and SendPlay methods are always ignored, regardless of this setting.
Source: http://www.autohotkey.com/docs/commands/Input.htm


@rjwilmsi: try it yourself and you will probably see your problem is solved, report back your experience, thanks.

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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 494 posts ]  Go to page Previous  1 ... 12, 13, 14, 15, 16, 17, 18 ... 33  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: xXDarknessXx and 15 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