| Author |
Message |
Forum: Scripts Topic: Buffered Send and SendRaw |
| drbob |
|
Posted: April 11th, 2006, 10:45 am
|
|
Replies: 7 Views: 4314
|
| 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 problem with autohotkey telling the difference beween script generated and user generated keypresses on t... |
|
 |
Forum: Scripts Topic: Buffered Send and SendRaw |
| drbob |
|
Posted: April 4th, 2006, 9:06 pm
|
|
Replies: 7 Views: 4314
|
| 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_buffer, true, true ) } See my original post - the code I added to the script adds the virtual key codes for n... |
|
 |
Forum: Scripts Topic: Buffered Send and SendRaw |
| drbob |
|
Posted: April 4th, 2006, 8:19 pm
|
|
Replies: 7 Views: 4314
|
| 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 keypress + have it running in a separate thread whilst the intended hotkey action was performed. I couldn't... |
|
 |
Forum: Scripts Topic: Buffered Send and SendRaw |
| drbob |
|
Posted: April 4th, 2006, 12:29 pm
|
|
Replies: 7 Views: 4314
|
| 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 to the section which generates hk_list: ix_b = 0x60 ; NUM0 ix_e = 0x69 ; NUM9 loop, % ix_e-ix_b+1 hk_li... |
|
 |
Forum: Issues Topic: Crashes and sendkeys bug. |
| drbob |
|
Posted: April 4th, 2006, 1:24 am
|
|
Replies: 1 Views: 637
|
| I've been trying to test the buffered send script and it keeps crashing the latest version of AHK. I also see lots of spurious shift keypresses buffered by the script. I think AHK isn't isn't ignoring script generated shift keypresses like it's supposed to. NB I can't find anywhere to download older... |
|
 |
| Sort by: |