AutoHotkey Community

It is currently May 27th, 2012, 12:00 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: November 25th, 2005, 3:33 pm 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
One of my tools makes extended use of Controlsend and there are often problems with Shift (2 characters are uppercase, but only the first one should be uppercase or no character is uppercase, but the sentence/word should begin so).

Also Characters like "@" have problems (sometimes shown as only "q", because lying on this key (for explanation if it isn't so in english layouts, too))

I think this is a general problem so I do not post any code.

Thalon

_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 26th, 2005, 4:29 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Have you experimented with different settings of SetKeyDelay, such as:
SetKeyDelay, 10, 10
SetKeyDelay, 0, 10
SetKeyDelay, 0, 0

Although ControlSend generally works well with simple apps that use standard controls (like Notepad), more complicated things might require tweaking or custom use of PostMessage.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 26th, 2005, 8:10 pm 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
I am just writing to an edit-control of a programm, but I'll try to change SetKeyDelay (didn't do this any time before).

Thx for help, I am shure it will work as ever :D

Edit: Yes, it works now! :D It occured only one time under heavy CPU-load that a problem occured with uppercase.. :)

Thalon

_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum


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

All times are UTC [ DST ]


Who is online

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