AutoHotkey Community

It is currently May 27th, 2012, 11:32 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: August 19th, 2005, 2:56 pm 
Offline

Joined: September 24th, 2004, 3:00 pm
Posts: 814
Location: Germany
Hi,

I've the following Hotstring:
Code:
:*B0:Dear:: Mrs. and Mr.


If I type "Dear" it will instantly replaced, that's ok, but it will be replaced with "Dea rMrs. and Mr." and not "Dear Mrs. and Mr."

Tekl


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2005, 3:04 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
It works well for me, this what I got
Quote:
Dear Mrs. and Mr.


Ahk 1.0.37.05
WinXP pro

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2005, 3:50 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Such misbehavior might occur if the system is under heavy load and the user types a space after "Dear". That space might take effect before the hotstring has finished sending its characters.

If that is what's happening, you could try specifying K-1 in the hotstring's options to makes its KeyDelay -1 vs. 0. There is also an item on the to-do list to research ways of improving reliability in this area.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2005, 3:58 pm 
Offline

Joined: September 24th, 2004, 3:00 pm
Posts: 814
Location: Germany
Hi Chris,

at the moment it works still without k-1, but as I have seen the bug, it also didn't work with k-1.

Tekl


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 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