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 

Search found 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Buffered Send and SendRaw
drbob

Replies: 7
Views: 2199

PostForum: Scripts & Functions   Posted: Tue Apr 11, 2006 10:45 am   Subject: Buffered Send and SendRaw
There seems to be an issue with key recognition. Try the following and verify the discrepancy with recognized keys in the key history.
That test code doesn't replicate the issue, I think it's a prob ...
  Topic: Buffered Send and SendRaw
drbob

Replies: 7
Views: 2199

PostForum: Scripts & Functions   Posted: Tue Apr 04, 2006 9:06 pm   Subject: Buffered Send and SendRaw
it will be very useful
The issue seems to be that Numpad{0..9} keys are not buffered. Verify this with the following code:

if key_buffer!=
{
MsgBox, %key_buffer%
Send( key_buffe ...
  Topic: Buffered Send and SendRaw
drbob

Replies: 7
Views: 2199

PostForum: Scripts & Functions   Posted: Tue Apr 04, 2006 8:19 pm   Subject: Buffered Send and SendRaw
I considered the "Input" command - but I would need a way to switch it on and off programatically (at the start and end of the hotkey sequenece) rather than relying on a timeout or a keypres ...
  Topic: Buffered Send and SendRaw
drbob

Replies: 7
Views: 2199

PostForum: Scripts & Functions   Posted: Tue Apr 04, 2006 12:29 pm   Subject: Buffered Send and SendRaw
Thanks very much for this if I can get it working it will be very useful, however, unfortunately I'm having problems with your script.

I tried to modify it to accept numberpad input by adding this ...
  Topic: Crashes and sendkeys bug.
drbob

Replies: 1
Views: 343

PostForum: Bug Reports   Posted: Tue Apr 04, 2006 1:24 am   Subject: Crashes and sendkeys bug.
I've been trying to test the [url=http://www.autohotkey.com/forum/viewtopic.php?t=6271]buffered send script and it keeps crashing the latest version of AHK. I also see lots of spurious shift keypress ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group